-
Updated
Feb 12, 2022 - Go
distributed-database
Here are 262 public repositories matching this topic...
The array overlap operator, &&, provides a convenient syntax for filtering for arrays that have one more more elements in common with another array. However, the && operator is not index accelerated, so an efficient inverted index scan in not planned. The current workaround is to rewrite the query by combining the containment operator with OR expressions:
CREATE TABLE movies (
-
Updated
Feb 12, 2022 - C++
Integrate test for jdbc:shadow -> h2 test cases cannot run.
The init.sql file is missing, but MySQL and PostgreSQL is ok.
Please finish the init.sql of h2.
Please run all test cases in shardingsphere-integration-test-suite module to reproduce the issue.
Just update engine-env.properties to below before you run test cases:
# EMBEDDED, DOCKER, NATIVE
it.env.type=EMBEDDED
-
Updated
Jan 18, 2022
-
Updated
Feb 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
Jan 17, 2022
-
Updated
Feb 11, 2022 - Java
-
Updated
Feb 11, 2022 - Go
-
Updated
Jan 10, 2022 - Rust
Description
Currently, the table "write_read_test" in keySpace "system_platform" is counted towards user tables, so even when the user has only one table, the portal shows the user has two tables.

 → integer
Returns the subscript of the first occurrence of the second argument in the array, or NULL if it's not present
-
Updated
Dec 21, 2021 - Go
we should delete following files:
be/src/util/perf_counters.h
be/src/util/perf_counters.cpp
Welcome newcomers to solve this issue
Currently we don't have any mechanism to limit the maximum number of clients that could be handled simultaneously.
This feature should be designed properly. Here is some clue: https://redis.io/topics/clients#maximum-number-of-clients
-
Updated
Aug 6, 2021 - Go
-
Updated
Feb 11, 2022 - C++
-
Updated
Jul 17, 2020 - C++
-
Updated
May 6, 2017 - C++
-
Updated
Feb 11, 2022 - Java
-
Updated
Sep 27, 2021 - C++
-
Updated
Feb 11, 2022 - Go
Now that we support more than 1 data type, we should include the values data type in cache nodes. This give us a way of easily identifying what type of data a key points to e.g. string, queue (and more types in the future)
Currently a cache node object consists of a Key, a Value and a TTL. We should also add a field specifying the type of the Value
-
Updated
Feb 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."


lightning v5.3.0
After the content in parquet may be written by spark, the definition of bool is true or false. Regenerating the parquet file takes time, In tidb, bool behaves as tinyint, so proper type conversion will help improve the success rate of lightning import
parquet file:
![image](https://user-images.githubusercontent.com/21033020/147809823-214dcb34-0e10-4566-aa75-2109c0525144