Hacker News new | ask | show | jobs
by lomnakkus 3646 days ago
Those optimizations also apply to PostgreSQL.
1 comments

It would still allow you to use a simpler solution and not paint yourself in a corner if you optimized on sqlite; no preemptive optimization necessary wrt choice of dbms if you can perform the work on the simpler solution.
Optimizing in SQLite is just as much of a sunk cost as optimizing in PostgreSQL if you switch away to another database.