Dmitry Simonenko
Dmitry Simonenko
Hi everyone, This is an open discussion about features and commands that would be nice to have next in Serenity. So, here are some ideas: **Storage procedures** - JavaScript instead...
Fix ALTER TABLE RENAME TO command execution on a distributed hypertable, make sure data node list is set and command is executed on the data nodes. Fix #4491
A call to `compressed_data_out` from a replication worker would produce a misleading error saying that your license is "timescale" and you should upgrade to "timescale" license, even if you have...
Introduce `timescaledb.default_replication_factor` GUC. Automatically create distributed hypertables in distributed database instead of regular hypertables by setting `timescaledb.default_replication_factor` greater then zero. By default does not change current behaviour (guc is set...
I have added a check for that condition to the database. Now it should return error in that case. Maybe In future i will implement consistent cursors, but that will...
With the new architecture of WAL writer, it's way more feasible to implement asynchronous write mode: when clients don't wait for writes to disk. Some of the vendors even pride...