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

SQLite is definitely not ideal for high volume and high transaction frequency. Postgres will be better at that. I have used it for quickly getting a single table database up that I can just dump into and then query through linearly afterwards. It is better than dumping to JSON or some other purely textual serialization.



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

Search: