| Package | postgresql-18-sequential-uuids |
| Source | sequential-uuids |
| Version | 1.0.3-1PIGSTY~trixie |
| Architecture | amd64 |
| Maintainer | Ruohang Feng |
| Installed-Size | 46 |
| Depends | postgresql-18, libc6 (>= 2.4) |
| Provides | postgresql-sequential-uuids |
| Homepage | https://github.com/tvondra/sequential-uuids |
| Priority | optional |
| Section | database |
| Filename | pool/main/s/sequential-uuids/postgresql-18-sequential-uuids_1.0.3-1PIGSTY~trixie_amd64.deb |
| Size | 13036 |
| SHA256 | fb8d7371d4df5facb015399625727db39c8b14d7d301dc1a9b4c20e4b03b9746 |
| SHA1 | 44a748f1ecf66a2b658c5d3a65c6573d04f773e7 |
| MD5sum | 710e8bcbac55afc0508390f69b3eab3a |
| Description | generator of sequential UUIDs
This PostgreSQL extension implements two UUID generators with sequential patterns, which helps to reduce random I/O patterns associated with regular entirely-random UUID.
Regular random UUIDs are distributed uniformly over the whole range of possible values. This results in poor locality when inserting data into indexes - all index leaf pages are equally likely to be hit, forcing the whole index into memory. With small indexes that's fine, but once the index size exceeds shared buffers (or RAM), the cache hit ratio quickly deteriorates. |
| Description-md5 | |