Ildar Musin
Ildar Musin
@p2p-mdurbha Do you have only range-partitioned tables? If so, then you should be able to drop extension and then recreate it on new database and then add all partitioned tables...
> Почему при JOIN по id (ключ партиционирования) время планирования резко подскакивает до 12 секунд? Потому что при join получается параметризированный запрос с условием типа `id = $1`, и на...
I haven't seen the whole patch, but ISTM what Alvaro Herrera did is allowed to create unique constraint on partitioned tables when it is built on the same attributes as...
The full stacktrace: ``` #0 0x00007f018c4b196a in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007f018b10ee59 in cnd_timedwait (cond=cond@entry=0x55d599512918, mtx=mtx@entry=0x55d5995128f0, ts=ts@entry=0x7fffd3c3ea50) at tinycthread.c:462 #2 0x00007f018b10f273 in cnd_timedwait_abs (cnd=cnd@entry=0x55d599512918, mtx=mtx@entry=0x55d5995128f0, tspec=tspec@entry=0x7fffd3c3ea50) at tinycthread_extra.c:100 #3...
I think this might be a bug in `librdkafka` but I cannot yet assert this with full confidence. From my perspective it looks like in `rd_kafka_query_watermark_offsets()` the result of `rd_kafka_q_serve()`...
I think this is the old version, it looks like the latest version is this one: https://github.com/konskov/timescaledb/tree/konskov/runtime_exclusion_tsdb_side_new_approach
I don't think it can be done without having the osm extension installed. I'm planning to add these tests in osm. But also after having a chat with @gayyappan we...
...or maybe it can be done with `file_fdw` or `postgres_fdw`, will check.
Updating this old PR (thought it was merged). Added a test demonstrating that tiered data can be accessed when refreshing CAggs.
Hi @jvanns, Could you pls share the definition of your cagg's materialized view (and if possible other details such as schema definition, caggs hierarchy definition etc) I've been trying to...