-
### Use case
What is YDB? More details [here](https://ydb.tech).
YDB is an open-source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID …
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
1.2-dev
### Commit ID
42a7c45
### Other Environment Information
```Markdown
- Hardware…
-
Hi !
In our apps, we have scalability problems, we actually used PostgreSQL Databases.
Cockroach DB seems a technology that can solve our problems :
- distributed SQL
- support data locality (mu…
-
OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.
And OceanBase has already adopted …
-
CockroachDB is a distributed SQL database. It uses the postgres wire protocol and recently added support for joins. It may be possible to adapt our postgres store with no or minimal changes. This woul…
-
The current `Receiver` provides the file name and type and wants a `OutputStream` to write the uploaded bytes to. This is pretty straightforward if writing to disk, using `FileOutputStream`, but in di…
-
We're (almost) using Distributed Availability Groups. The backup commands fail on the forwarder, the primary server of the secondary availability group. Though it's role is primary, the databases in t…
-
### What would you like to be added
A database connector for rqlite (I am happy to contribute it myself).
### Description
I would like to use a HA step-ca deployment with [rqlite](https://rql…
-
### Search first
- [X] I searched and no similar issues were found
### Description
Currently, liquibase seems to be executing its `changeSet` validation every times it runs.
(this is just …
-
hi
21.8 lts ,I want to modify the ttl of the table,I executed distributed DDL:
```sql
ALTER TABLE database.table MODIFY TTL (day_ + toIntervalDay(31)) + toIntervalHour(7), (day_ + toIntervalDay(14…