distributed-database
Here are 273 public repositories matching this topic...
From cockroachdb/cockroach#67791 (comment):
In Postgres 14.2:
marcus=# SELECT NULL::GEOGRAPHY || NULL::GEOGRAPHY[] || NULL::GEOGRAPHY;
?column?
-------------
{NULL:NULL}
In CRDB 21.2.7:
defaultdb> SELECT NULL::GEOGRAPHY || NULL::GEOGRAPHY[] || NULL::GEOGRAPHY;
?column?
---------------
{NULL,NULL}
-
Updated
Apr 17, 2022 - C++
-
Updated
Jan 18, 2022
-
Updated
Apr 15, 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 16, 2022 - Java
-
Updated
Mar 28, 2022 - Go
-
Updated
Apr 6, 2022 - Rust
Description
If user sets leader_blacklist on a master server then it should not host the master leader.
-
Updated
Apr 15, 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 94105
Feature description:
Add support for the `concat_ws ( sep text, val1 "any" [
Refactoring request
Move the files under be/test/storage/vectorized
to the be/test/storage/
directory and remove the directory be/test/storage/vectorized/
-
Updated
Apr 17, 2022 - Go
-
Updated
Apr 17, 2022 - Go
-
Updated
Aug 6, 2021 - Go
-
Updated
Apr 16, 2022 - C++
-
Updated
Jul 17, 2020 - C++
-
Updated
May 6, 2017 - C++
Describe the bug
When left semi join has predicates reference the column of right child, it will panic.
Additional context
This bug is related to these three functions: out_column_num, o2l_col_mapping_inner, o2r_col_mapping_inner.
-
Updated
Apr 15, 2022 - Java
-
Updated
Apr 15, 2022 - Go
-
Updated
Sep 27, 2021 - C++
-
Updated
Apr 14, 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
--name
argument to youretcd
processes, they will all have the namedefault
and the cluster will operate normally. However, when you add a member, the generatedETCD_INITIAL_CLUSTER
variable will have multiple entries with the name "default". When this environment variable is used,etcd
will parse these into a mapping under a single key ("defau