Hacker News new | past | comments | ask | show | jobs | submit login

Lookup is easy. Update is hard. Sqlite does quite well at update, given the limitations it works under. Multiple instances can update the same database while maintaining strong consistency, yet there's no common server process that can see all the transactions. This costs you some speed in updating (don't do your web service this way) but it's pretty good for most low-write-traffic use cases.



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

Search: