distributed-database
Here are 259 public repositories matching this topic...
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:

 → 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
SQUARE Definition: https://docs.microsoft.com/en-us/sql/t-sql/functions/square-transact-sql?view=sql-server-ver15
We can refer to the log2 implementation
- declare function
squarein be/src/exprs/vectorized/math_functions.h - implentment function
squarein be/src/exprs/vectorized/math_functions.cpp - Register function
squarein gensrc/script/vectorized/vectorized_functions.py
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
Jan 29, 2022 - C++
-
Updated
Jul 17, 2020 - C++
-
Updated
May 6, 2017 - C++
-
Updated
Jan 27, 2022 - Java
-
Updated
Sep 27, 2021 - C++
-
Updated
Jan 14, 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
Nov 5, 2019
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."
etcd depends on gobin (https://github.com/myitcv/gobin) that since go 1.16 can get replaced with
go run $pkg@$version:Please refactor the scripts to use upstream
go run: