Search Postgresql Archives

Re: PG index architecture

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Andy Colson <andy@xxxxxxxxxxxxxxx> writes:
> As I understand indexes, they are a key value pair, that contain a value 
> and a position.  You lookup the value then use the position to seek into 
> the database to load the record.

> Do we, or could we, load all the the matching index records, then sort 
> them by position?  (maybe not all, maybe large batches)

This is more or less what a "bitmap index scan" does.

			regards, tom lane



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux