Which is faster: Writing SQLite database or In a Text File Which is faster: Writing SQLite database or In a Text File sqlite sqlite

Which is faster: Writing SQLite database or In a Text File


It depends.

If you're saving complex data, then SQLite Database is obviously better and scalable.

But if you're saving non complex data like an integer or something, by all means use a text file, afterall SQLite Database is a flat file