P.01Web Development/Databases··5 min read
MySQL Now Has a Native VECTOR Type. Should You Drop pgvector For It?
MySQL 9 shipped a native VECTOR column type and distance functions, no extension required. Here's how it actually compares to Postgres plus pgvector for real semantic search workloads, with working syntax for both.
MySQLPostgreSQLDatabase
Read