Comparison of different approaches to inserting data into an SQLite database.
#performance #sqlite #database
#performance #sqlite #database
Medium
Squeezing Performance from SQLite: Insertions
Sometimes we need to manage a lot of data in our apps. What’s the fastest way to get all of that data into your Android app’s SQLite DB?
Just an amazing talk about SQLite from it's creator. I can highly recommend to watch this one. Some people are just so excited to tell about what they're working on, that this excitement reaches you even through a youtube video.
#talk #sqlite #database
#talk #sqlite #database
YouTube
SQLite: The Database at the Edge of the Network with Dr. Richard Hipp
Dr. Richard Hipp—creator of SQLite—provides a great view into the history of SQLite and situations where it really shines. SQLite is a database designed to live at the edge of the network with no DBA to tend to it.