compressed bitvectors for postgresql (and perl, php, etc)
В списке pgsql-patches по дате отправления:
| От | Flynn |
|---|---|
| Тема | compressed bitvectors for postgresql (and perl, php, etc) |
| Дата | |
| Msg-id | 0dfa01c4d3c1$3a215b70$a816a8c0@vtech.fr обсуждение |
| Список | pgsql-patches |
Hello everyone Although this is not a patch, I have developped a set of user-defined function to deal with compressed bitvectors, which are the same than bit varying but much smaller since they are compressed. Since I am in a process to migrate my applications from mysql to postgresql, they are juste made available for postgresql there : http://www.vtech.fr/opensource (hope links are ok here?) They are designed in such a way that setting or resetting a bit in the bit array can be done without having to uncompress/recompress the bitvector. In some cases, they might be faster than bit varying, since bitwise operations are dealt with on a block-by-block basis. They have serious limitations, the main one being that bit-indexes must be kept in the range [0-8388599] I'm glad to give that away to this community, although I humbly am eager to get some feedback to realize if this compressed bitvector notion is of any help to someone else than myself :) Rgds, Jean "flynn" Flinois
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера