Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You're off by two orders of magnitude.


More like six?


It would be more constructive if you guys posted the correct numbers and a source.


A quick search suggests SSD reads are in the milliseconds. I’ve found that, or microseconds to be roughly accurate. SQLite queries, however, can take seconds (or more in pathological cases) depending on how optimized the indices are to the query being run, load, etc. This is one of the reasons I don’t love using SQLite in Bun servers. It makes me nervous that a bad query will bring down the single thread of the app.


it is easy to assume most programmers today know roughly how long things take since this has existed in various forms since Jeff/Peter first published it:

https://colin-scott.github.io/personal_website/research/inte...

(This version is more useful since it shows change over time)


That’ll teach me to post first thing in the morning.

Something something, Cunningham's Law.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: