Re: On-disk bitmap index implementation
От | Simon Riggs |
---|---|
Тема | Re: On-disk bitmap index implementation |
Дата | |
Msg-id | 1165241724.3839.68.camel@silverbirch.site обсуждение исходный текст |
Ответ на | On-disk bitmap index implementation (Gavin Sherry <swm@linuxworld.com.au>) |
Ответы |
Re: On-disk bitmap index implementation
|
Список | pgsql-patches |
On Tue, 2006-12-05 at 00:18 +1100, Gavin Sherry wrote: > o Determine if we need to provide anything for rm_startup, rm_cleanup, > rm_safe_restartpoint RmgrData function pointers. safe_restartpoint gives true/false based upon whether there are multi-record WAL states that have only been partially received. For example, a btree index split needs multiple WAL records as it recurses up the index tree. If you've got one record but not the others yet you have an incomplete state and so cannot safely write a restartpoint. I'll document that if you/anyone might suggest where the best place is? > o Look into adding an AM option such that the user can determine word size > at index creation time. For higher-cardinality data (above 1000 distinct > values), 16 bit word sizes can really help with performance. Although > the word size is not just assumed to be a certain size across the code, > macros are used extensively to interact with the word size. Making it > different for each index might be a little messy. ...and is is it a typical case to have a bitmap with less than 1000 distinct values?? Surely we want that as the sole assumption? Nearly unique bitmaps can suffer a little I think, if it makes the most common case faster. But I'd like to see the perf results first, I guess. -- Simon Riggs EnterpriseDB http://www.enterprisedb.com
В списке pgsql-patches по дате отправления: