Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Just Use Postgres for Everything

amazingcto.com

16 points by b-man 18 hours ago

mifydev 17 hours ago

this is 100% true.

"complexity very, very bad" - https://grugbrain.dev/

johnthescott 11 hours ago

for text search in postgr5esql, try rum index from postgrepro.

https://postgrespro.com/blog/pgsql/4262305

dmezzetti 15 hours ago

I agree. I did this myself with TxtAI. It can store vectors, data, graphs and keyword indexes all to Postgres. https://medium.com/neuml/postgres-is-all-you-need-for-vector...