Skip to content
#

distributed-database

Here are 273 public repositories matching this topic...

mortehu
mortehu commented Mar 3, 2022

What happened?

If you don't pass a --name argument to your etcd processes, they will all have the name default and the cluster will operate normally. However, when you add a member, the generated ETCD_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

cockroach
mgartner
mgartner commented Apr 12, 2022

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}
C-bug good first issue T-sql-experience
sfc-gh-ajbeamon
sfc-gh-ajbeamon commented Aug 9, 2021

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

yugabyte-db
risingwave

IceFireDB is a database built for web3 and web2, and strives to fill the gap between web2 and web3 with the help of a friendly database experience, making web3 application data storage more convenient, and making web2 applications easier to access the blockchain.

  • Updated Apr 15, 2022
  • Go

Improve this page

Add a description, image, and links to the distributed-database topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more