Releases: fabianlindfors/pgfdb
Releases · fabianlindfors/pgfdb
Release list
pgfdb 0.0.2
This release greatly improves performance for index scans by issuing read requests for table rows in parallel and as soon as possible. Previously index reads would trigger sequential table reads for each index entry, resulting in much slower queries, in particular when doing large index scans.