Click any tag below to further narrow down your results
Links
This article details how VectorChord reduced the time to index 100 million vectors in PostgreSQL from 40 hours to just 20 minutes while cutting memory usage by seven times. It outlines specific optimizations in the clustering, insertion, and compaction phases that made this significant improvement possible.
The Spock extension enables multi-master replication for PostgreSQL versions 15 and later, allowing users to build and manage a cluster with identical databases that support logical decoding. Key steps include configuring PostgreSQL settings, creating nodes and subscriptions, and ensuring proper connectivity between nodes. Documentation and deployment can be managed through tools like MkDocs and containerization options are available for easier implementation.