Skip to content
#

distributed-database

Here are 274 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

tiancaiamao
tiancaiamao commented Feb 14, 2022

Enhancement

[2022-02-14T04:12:14.746Z] ----------------------------------------------------------------------
[2022-02-14T04:12:14.746Z] FAIL: db_test.go:7069: testSerialDBSuite.TestModifyColumnTypeWhenInterception
[2022-02-14T04:12:14.746Z] 
[2022-02-14T04:12:14.746Z] db_test.go:7124:
[2022-02-14T04:12:14.746Z]     c.Assert(checkMiddleWarningCount, Equals, true)
[2022-02-14T04:12:
cockroach
fredbi
fredbi commented Apr 22, 2022

Is your feature request related to a problem? Please describe.
Our app makes extensive use of geometry bounds (e.g. to filter geo-located things).

We use the ST_MakeEnvelope function to build geometries suitable for geospatial indexes out.

ST_MakeEnvelope(float xmin, float ymin, float xmax, float ymax, integer srid=unknown) -> geometry
C-enhancement O-community good first issue
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
pkj415
pkj415 commented Apr 18, 2022

Description

Create a cluster with TEST_docdb_log_write_batches=true and observe the following -

./bin/yb-ctl create --rf=1 --data_dir ~/yugabyte-data --tserver_flags 'TEST_docdb_log_write_batches=true'
./bin/ysqlsh
yugabyte=# create table test (k int primary key, v int);
CREATE TABLE
yugabyte=# insert into test values (1, 1);
ERROR:  Network error: recvmsg error: Connection refus
good first issue area/docdb
proddata
proddata commented Apr 22, 2022

Use case:
As an admin user - without access to a super user - I still want to be able to run ANAYLZE.

note: it is already possible to adjust stats.service.interval and indirectly trigger ANALYZE


Feature description:
ANALYZE is allowed with AL privileges.

https://crate.io/docs/crate/reference/en/4.7/sql/statements/analyze.html

risingwave
TennyZhuang
TennyZhuang commented Apr 27, 2022

Currently, we've supported HopWindow in streaming, see #1718 #1980, we also need to support it in batch mode.

In detail, we need to:

  • Add hop_window.rs in batch/src/executor2, and the logic is highly similar to stream/src/executor_v2/hop_window.rs. DRY is not required now and copy codes is allowed. We may find a better way to unify the batch and stream executor.
  • Modify `ExecutorBui
good first issue help wanted type/feature

IceFireDB is a database built for web3 and web2. It strives to fill the gap between web2 and web3 with a friendly database experience, making web3 application data storage more convenient, and making it easier for web2 applications to achieve decentralization and data immutability.

  • Updated Apr 28, 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