distributed-database
Here are 283 public repositories matching this topic...
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
mysql> create table t (
btimestamp(3) NOT NULL DEFAULT '1970-01-01 08:00:01.000' COMMENT '');
Query OK, 0 rows affected (0.08 sec)mysql> show create table t;
+-------+--------------------------------------------------------------------------------
-
Updated
Jul 9, 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 8, 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 7, 2022 - Java
-
Updated
Jun 29, 2022 - Rust
-
Updated
Jul 8, 2022 - C
-
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 our hash join can only handle the equal condition of two input columns, but can not handle the equal conditions of expression.
dev=> explain select * from t1,t2 where t1.v1 = t2.v1 + t2.v2;
QUERY PLAN
---------------------------------------------------------------------------------------
BatchNestedLoopJoin
-
Updated
Jul 8, 2022 - Go
-
Updated
Jul 7, 2022 - Go
-
Updated
Jun 22, 2022 - Go
-
Updated
Jul 8, 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: