Submission timeline
2007–2026One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.
First comments on top threads
HN comment orderIf you haven't tried SQLite, please do. For years I ignored SQLite and used MySQL (it does the job) but once you see how fast SQLite is, and advantages of having a DB contained in a single file... just go play around with SQLite instead of ignoring it for years like me. It's neat.
I am using SQLite on paperless-ngx (an app to manage pdf [4]). It is quite difficult to beat SQLite if you do not have a very huge parallelism factor in writes. SQLite is an embedded database: no socket to open, you directly access to it via file system. If you do not plan to use BigData with high number of writers, you will have an hard time beating SQLite on modern hardware, on average use cases. I have written a…
I built a rules engine around SQLite queries for the last product I was working on. This article was the reason. You can run an unbelievable # of select statements per unit time against a SQLite database. I think of it like a direct method invocation to members of some List<T> within the application itself. Developers who still protest SQLite are really sleeping on the latency advantages. 2-3 orders of magnitude are really hard to fight against. This opens up…
I’m glad this was written out because I’ve deeply internalized that many queries => bad. Good to know the overhead for a query is that low
The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.
- Breakout years
- 3
- Total points
- 939
- Total comments
- 552
100+ points or 50+ comments
reference only — not used in Hall rules or ranking
reference only — not used in Hall rules or ranking
Every submission
| Date | Title as submitted | By | Points | Comments |
|---|---|---|---|---|
| 2020-08-07 | Many Small Queries Are Efficient in SQLite | pcr910303 | 2 | 0 |
| 2020-09-30 | Many Small Queries Are Efficient in SQLite | tosh | 4 | 0 |
| 2021-02-16 | Many small queries are efficient in SQLiteFirst breakout · Best thread | ArtTimeInvestor | 542 | 342 |
| 2022-01-12 | Many Small Queries Are Efficient in SQLite | radus | 67 | 8 |
| 2023-04-21 | Many Small Queries Are Efficient in SQLite | swyx | 4 | 0 |
| 2023-12-06 | Many Small Queries Are Efficient in SQLite | thunderbong | 2 | 0 |
| 2024-08-28 | Many small queries are efficient in SQLiteHall induction | tosh | 87 | 80 |
| 2026-01-10 | Many small queries are efficient in SQLite | SmartHypercube | 42 | 1 |
| 2026-01-24 | Many Small Queries Are Efficient in SQLiteLatest 20+ point return | tosh | 189 | 121 |
