logoalt Hacker News

esafaklast Monday at 2:40 PM1 replyview on HN

Databases are hard to swap out when you realize you need a different one.


Replies

morshu9001last Monday at 7:30 PM

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.