distributed-database
Here are 274 public repositories matching this topic...
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:
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
-
Updated
Apr 28, 2022 - C++
Examples
The examples under https://github.com/apache/shardingsphere/tree/master/examples/docker are outdated.
Consider
- Bump the image to
apache/shardingsphere:latest - Use PostgreSQL as database (MySQL JDBC Driver is not included in ShardingSphere-Proxy by default)
- Update configurations
-
Updated
Jan 18, 2022
-
Updated
Apr 28, 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 25, 2022
-
Updated
Apr 28, 2022 - Java
-
Updated
Apr 20, 2022 - Go
-
Updated
Apr 23, 2022 - Rust
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
-
Updated
Apr 28, 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:
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
Refactoring request
Rename the namespace starrocks::vectorized to starrocks for codes under be/src/storage.
-
Updated
Apr 26, 2022 - Go
-
Updated
Apr 24, 2022 - Go
-
Updated
Aug 6, 2021 - Go
-
Updated
Apr 27, 2022 - C++
-
Updated
Jul 17, 2020 - C++
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.rsinbatch/src/executor2, and the logic is highly similar tostream/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
-
Updated
May 6, 2017 - C++
-
Updated
Apr 28, 2022 - Java
-
Updated
Apr 28, 2022 - Go
-
Updated
Apr 26, 2022 - Rust
-
Updated
Sep 27, 2021 - C++
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