logoalt Hacker News

candiddevmiketoday at 12:06 AM2 repliesview on HN

I wish PostgreSQL had a native vector implementation instead of using extensions. They're kind of a pain in the ass to maintain, especially with migrations.


Replies

direwolf20today at 2:31 AM

Interestingly almost all of postgres is an extension including the stuff you expect to be built in. All data types, all index types, all operators, and the implementation of ordinary tables I think

intrasighttoday at 12:41 AM

For me the showstopper missing feature is a standard and native implementation of temporal tables. Once you use those effectively in an application, it become something you can't do without.