Ozgun Erdogan
Ozgun Erdogan
## Why are we implementing it? (sales eng) ### What are the typical use cases? ## Communication goals (e.g. detailed howto vs orientation) Our Quick Start guide is an opportunity...
## Why are we implementing it? (sales eng) I upgraded my Docker image yesterday and restarted a local Citus cluster. I then connected to the coordinator node using the instructions...
When I use `..code-block:: psql` in our documentation, only the first code line gets formatted. Subsequent code block lines are formatted in grey. For example, the following section in our...
The following question on AGPL came in a conversation on Hacker News (re: Reasonable question on AGPL in HN post). We think the AGPL restriction doesn't apply in this case,...
This came up in a conversation with @marcocitus and I'm opening an issue to capture it. One of the questions we frequently hear from users is, "When is the right...
We have the following note as part of the bulk loading section: "There is no notion of snapshot isolation across shards, which means that a multi-shard SELECT that runs concurrently...
We currently have two examples in our documentation for ``master_modify_multiple_shards()``: 1. In the [reference section](https://docs.citusdata.com/en/v6.1/reference/user_defined_functions.html#master-modify-multiple-shards): This example issues a ``DELETE .. WHERE c_custkey > 500 AND c_custkey < 500``. Doesn't...
A prospective user asked about "adding more master nodes" today. We have two sections in our documentation talk about adding master nodes. We should clarify our language in these sections...
Citus 5.0 is an extension; and the work involved to port it to Windows shouldn't be high. This issue tracks building Citus on Windows and making sure that the regression...
(creating this issue on @enescakir's behalf) **Summary**: We'd like to introduce caching for our GitHub Actions integration. We realize that there are 3 separate problems to solve, with some overlap...