Skip to content

Releases: fabianlindfors/pgfdb

pgfdb 0.0.2

Choose a tag to compare

@fabianlindfors fabianlindfors released this 16 May 21:21

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.

pgfdb 0.0.1

Choose a tag to compare

@fabianlindfors fabianlindfors released this 13 May 20:27

Initial release