distributed-database
Here are 273 public repositories matching this topic...
-
Updated
Apr 11, 2022 - C++
-
Updated
Jan 18, 2022
-
Updated
Apr 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
Apr 9, 2022
-
Updated
Apr 11, 2022 - Java
-
Updated
Mar 28, 2022 - Go
-
Updated
Apr 6, 2022 - Rust
Description
source: https://docs.yugabyte.com/latest/architecture/transactions/isolation-levels/#root
We begin the section by listing out 4 transaction isolation levels in decreasing order of strictness. Where possible, subsequent sections should follow this order to make it easier for readers to follow. For example, rewrite the second paragraph to read:
YugabyteDB supports three transa
-
Updated
Apr 11, 2022 - C
Instead of creating on the fly an Iceberg table with Trino and run queries against it, use static resources for setting up an Iceberg test environment which can be used to read Iceberg v1 / v2 tables and guard trino-iceberg plugin against regresssions.
Related discussion: trinodb/trino#11642 (comment)
-
Updated
May 10, 2021 - Ruby
Use case:
Concatenate TEXT or to TEXT castable type values using a given separator, for example concatenate address parts by comma.
SELECT concat_ws(',', '535 Mission St.', '14th floor', 'San Francisco', 'CA', '94105') AS address;
--> 535 Mission St., 14th floor, San Francisco, CA 94105Feature description:
Add support for the `concat_ws ( sep text, val1 "any" [
Enhancement
Currently, for a clone task, the client first gets a list of files, then for each file, get file length first then download the file, this can be optimized, when getting file list, also add file length information, so we don't need to get file length later.
-
Updated
Apr 11, 2022 - Go
-
Updated
Apr 10, 2022 - Go
-
Updated
Aug 6, 2021 - Go
-
Updated
Apr 8, 2022 - C++
-
Updated
Jul 17, 2020 - C++
-
Updated
May 6, 2017 - C++
-
Updated
Apr 11, 2022 - Java
Users will expect the current SQL to fail if they're using unimplemented features, not the whole compute node or frontend to panic. We should avoid using unimplemented! macro in production code and replace them with ErrorCode::NotImplemented.
Related:
- #1639
-
Updated
Apr 11, 2022 - Go
-
Updated
Sep 27, 2021 - C++
-
Updated
Apr 11, 2022 - Rust
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?
If you don't pass a
--nameargument to youretcdprocesses, they will all have the namedefaultand the cluster will operate normally. However, when you add a member, the generatedETCD_INITIAL_CLUSTERvariable will have multiple entries with the name "default". When this environment variable is used,etcdwill parse these into a mapping under a single key ("defau