knizhnik / imcs

In-Memory Columnar Store extension for PostgreSQL
Apache License 2.0
203 stars 33 forks source link

Postgrsql 9.4 and page sizes #41

Closed simovesterinen closed 8 years ago

simovesterinen commented 9 years ago

Hi,

Now Postgresql has published version 9.4 and that supports huge page sizes. Doesn't that allow better configuration options for IMCS? Doesn't enable allow better use for skip indexes for example?

How about using IMCS with 9.4. Do you know does IMCS work with 9.4?

Any comments?

-Simo

knizhnik commented 9 years ago

Hi,

Support of huge pages in PostgreSQL just simplify IMCS usage - there is no need any more to patch PostgreSQL code to use huge pages and so use more than 256Gb of memory. Yes, IMCS works with 9.4

On Feb 3, 2015, at 11:57 AM, simovesterinen wrote:

Hi,

Now Postgresql has published version 9.4 and that supports huge page sizes. Doesn't that allow better configuration options for IMCS? Doesn't enable allow better use for skip indexes for example?

How about using IMCS with 9.4. Do you know does IMCS work with 9.4?

Any comments?

-Simo

— Reply to this email directly or view it on GitHub.

simovesterinen commented 9 years ago

Thanks for your answer :)