distributed-database
Here are 288 public repositories matching this topic...
Enhancement
mysql> CREATE TABLE t1 (
-> risk_id varchar(32) NOT NULL,
-> tran_id int NOT NULL,
-> KEY (`risk_id`)
-> );
mysql> CREATE TABLE t2 (
-> risk_id varchar(32) COLLATE utf8mb4_general_ci NOT NULL,
-> -- risk_id varchar(32) NOT NULL,
-> tran_id int NOT NULL,
-> KEY (`risk_id`)
-> );
mysql> explain select /*+ hash_join(t1) */ t1.ris
Is your feature request related to a problem? Please describe.
When debugging lease placement issues, it's instructive to look at the count for the number of raft leaders that aren't leaseholders. That metric however skips over replicas that hold invalid leases, which can mask the problem of a store holding a set of invalid leases and those leases not being actively acquired elsewhere. We s
-
Updated
Aug 11, 2022 - C++
- Add fixture: JDBCRepositoryFixture implements JDBCRepository
- Add test case with mock
-
Updated
Aug 11, 2022
-
Updated
Aug 11, 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
Aug 10, 2022
-
Updated
Aug 9, 2022 - Go
-
Updated
Aug 9, 2022 - Java
-
Updated
Jul 15, 2022 - Rust
-
Updated
Aug 11, 2022 - C
We can just disable the pushdown on json column in MongoDB connector. TestMongoTypeMapping needs a new test method for json type when fixing this issue.
CREATE TABLE test (c1 json);
INSERT INTO test VALUES (json '{"id":0,"name":"user_0"}');
SELECT * FROM test WHERE c1 = json '{"id":0,"name":"user_0"}';
java.lang.UnsupportedOperationException
at io.trino.spi.predicate.ValueSet.-
Updated
May 10, 2021 - Ruby
Use case:
Get the total duration over many events. Something like select sum(age(ended, started)) from myevents or select sum(ended - started) from myevents - depending on crate/crate#12479
Real behavior (Required)
java.sql.SQLNonTransientConnectionException: Could not connect to address=(host=localhost)(port=9030)(type=master) : (conn=0) could not load system variables
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:197)
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: