Comment by esafak Comment by esafak 14 hours ago 1 reply Copy Link View on Hacker News Databases are hard to swap out when you realize you need a different one.
Copy Link morshu9001 9 hours ago Collapse Comment - That's true when you're talking about a generalized rdbms, but if this is an isolated set of tables for embeddings or something and you don't entangle it with everything else, it can be fine. See also, using Postgres as a KV store. Reply View | 0 replies
That's true when you're talking about a generalized rdbms, but if this is an isolated set of tables for embeddings or something and you don't entangle it with everything else, it can be fine. See also, using Postgres as a KV store.