distributed-database
Here are 283 public repositories matching this topic...
// forbit cache table in system database.
-->
is that typo? could be forbidden cache table in system database.
-
Updated
Jul 7, 2022 - C++
Spring Boot Starter needs to add documentation and auto-suggestions for the SQL TRANSLATOR module
Feature Request
For English only, other languages will not accept.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Is your feature request related to a problem?
Yes, refer t
-
Updated
Jun 23, 2022
-
Updated
Jul 6, 2022 - C++
Our CMake build process produces tarball packages using the cpack TGZ target. This produces a server and client package with a file layout meant to match where the various artifacts go.
Meanwhile, the packages we include on the download page are a flat archive of various binaries produced by the build process. This include one regular package and one debug package with debug symbols for a few
-
Updated
Jun 24, 2022
-
Updated
Jun 28, 2022 - Go
-
Updated
Jul 1, 2022 - Java
-
Updated
Jun 29, 2022 - Rust
-
Updated
Jul 6, 2022 - C
Jira Link: DB-2620
Description
Steps to repro -
- Setup xcluster replication between 2 universes with TLS ON and different certs.
- Start replication in demo1 table.
- Edit replication by adding demo2 table → fails.
Failing on 2.14, 2.15.0 and 2.15.1.
Platform Error message -
java.lang.RuntimeException: java.lang.RuntimeExce
-
Updated
May 10, 2021 - Ruby
Use case:
PosgreSQL client compatibility (e.g. Trino)
SQL compliance
CrateDB
CREATE TABLE doc.x (txt TEXT)
SELECT crate.doc.x.txt FROM crate.doc.xPostgreSQL
postgres=# CREATE TABLE public.x (txt TEXT);
CREATE TABLE
postgres=# SELECT postgres.public.x.txt FROM postgres.public.x;
txt
-----
(0 rows)[From PostgreSQL docs](https://www.postg
Enhancement
Sometimes we need to modify configurations like schedule_slot_num_per_path to accelerate balance or repair process. Currently, if we want to change the value of schedule_slot_num_per_path we need to restart FE leader which can be quiet user unfriendly.
now the field name is used in explain verbose and the column name of internal table in stream plan. but the name is not detailed enough.
project and agg
now the expressions in the LogicalProject and AggCall in the LogicalAgg we use the name like "expr#1", "agg#1". in the new design we will use the to_string() as its field name.
we can just maintain the input_ref in the name, but the
-
Updated
Jul 6, 2022 - Go
-
Updated
Jul 6, 2022 - Go
-
Updated
Jun 22, 2022 - Go
-
Updated
Jul 7, 2022 - C++
-
Updated
Jul 17, 2020 - C++
Describe this problem
Failed to execute query, err: Server(ServerError { code: 500, msg: "Failed to convert output, query: DROP TABLE demo;. Caused by: Rpc error, code:500, message:Failed to convert output - affected rows: 1" })
A drop table tells one row is affected
Steps to reproduce
drop table demo;
-
Updated
May 6, 2017 - C++
-
Updated
Jul 6, 2022 - Rust
Is there an existing issue for the same feature request?
- I have checked the existing issues.
Is your feature request related to a problem?
Several showcase SQL requires the support of this function:
select DATE_FORMAT(b.measurement_time,'%Y-%m-%d')
select DATE_FORMAT(FROM_UNIXTIME(tm.create_time), %Y%m%d)Describe the feature you'd like
Improve this page
Add a description, image, and links to the distributed-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed-database topic, visit your repo's landing page and select "manage topics."

What happened?
In a Jepsen test run of five etcd 3.5.3 nodes, with process pauses (sending processes SIGSTOP and SIGCONT), compaction (performed via the admin API), and defragmentation (via etcdctl), one etcd process crashed with the following error message: