Hacker News new | ask | show | jobs
by francoisp 1988 days ago
Looks like a clear case of migration to postgres. A single table with jsonb. You can do indexes on jsonb and a few plpgsql for partial updates, and forget about it for a while.