| ▲ | tl 8 hours ago | ||||||||||||||||||||||
https://antonz.org/sqlite-is-not-a-toy-database/ — 240K inserts per second on a single machine in 2021. The problem you describe is real, but the TPS ceiling is wrong by three orders of magnitude on modern hardware. | |||||||||||||||||||||||
| ▲ | pdhborges 4 hours ago | parent [-] | ||||||||||||||||||||||
Do you know why it is a toy? Because in a real prod environment after inserting 240k rows per second for a while you have to deal with the fact that schema evolution is required. Good luck migrating those huge tables with Sqlite ALTER table implementation | |||||||||||||||||||||||
| |||||||||||||||||||||||