Murat Tuncer
Murat Tuncer
thanks @decibel we will look into it.
Hi @dturon Unfortunately cstore_fdw table contents can not by pg_dumped. It only dumps table creation commands but not the data. how do you plan to use pg_dump/pg_restore for cstore_fdw tables...
can you run analyze on cstore_fdw table and repeat the test ? I see you are using postgresql 9.3, what is the cstore_fdw version ?
Hi @kostiantyn-nemchenko Thanks for asking, I have been thinking about this for some time. We have an implementation on ```develop``` branch with limited support for transactions. Full (or better) support...
Hey @yummyliu I was pretty sure I responded to this one on the same day, but I don't see it. implementing foreign join would be a bit tricky on cstore_fdw....
bitmap heap scan is generally performs better when you are fetching large portion of fairly static data set. This looks like a good fit for cstore_fdw. However, even if you...
Hello @luiscape I can't reproduce the problem locally. We never had a problem with Debian (or Ubuntu) regarding this before. Tested with fresh install of Debian 8.6 (Jessie) on EC2...
I think that is related to how views are planned. cstore_fdw might be returning all rows instead of filtering at stripe/block level.
similar issue is reported by another user for queries inside functions. He confirmed that after marking as the function as `STABLE` it worked as expected.
We started supporting centos-8 with recent (today's) release. Oracle Linux 8 support is not planned at the moment. Could you build it from sources ?