Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7806169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:26:51+00:00 2026-06-02T02:26:51+00:00

I consider use of a SQLite database as big data store (two hundred thousand

  • 0

I consider use of a SQLite database as big data store (two hundred thousand records per year). I will do a lot of queries, a negligible amount of updates and inserts. I see that SQLite is very fast. Is SQLite is suitable and safe for this purpose ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T02:26:53+00:00Added an answer on June 2, 2026 at 2:26 am

    SQLite is not generally consider suitable for multiple concurrent users; it is ideal for use as an embedded, single-process store.

    This is less true in cases where the clients all have the database opened read-only — no lock contention exists in this case — but even then, you’re missing out on the caching capabilities a non-embedded, out-of-process database can provide.

    Also, while it is indeed generally very fast, its query optimizer tends to lag behind that of PostgreSQL or Oracle for highly complex queries.

    Finally — in keeping with SQLite’s goal to be an ideal embedded database, it does not have support for enforcing security policy (either authentication or authorization); indeed, GRANT and REVOKE are not even keywords.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider these two use cases. Say a store gives out store credit for customers.
Consider the following: package MyApp::CGI; use Moose; use MooseX::NonMoose; use Data::Dumper; extends 'CGI::Application'; BEGIN
I consider to use some NoSQL database in one of my project. Do you
I'm currently developing an Android game which saves data into a SQLite database. This
We are in evaluating technologies that we'll use to store data that we gather
Let's consider two tables: First: Id Data 1 asd 2 buu And Second: UPD:
Consider these two use cases: sub test1 { my $v = 1; sub test2
Consider an SQLite database created with the SQLITE_ENABLE_STAT2 flag set. After updating my software,
I consider to use SQLite in a desktop application to persist my model. I
Consider the following use case 1. User selects a product to purchase on seller's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.