Introducing Block Storage
pg_search is now on Postgres block storage 🎉
To ParadeDB Community, this brings:
- ~5X improvement to indexing times
- ~20X improvement to write throughput
- Integration with Postgres’ buffer cache
- Postgres write-ahead log (WAL) integration
- Physical replication support
- Crash and point-in-time recovery
- CloudNativePG compatibility for high availability
0.14.0 are not provided. To upgrade:
- Drop all existing
pg_searchindexes - Drop the
pg_searchextension - Stop Postgres
- Pull the latest Docker image or download and install the latest
pg_searchextension binary - Start Postgres
- Create the
pg_searchextension - Rebuild all indexes