distributed-database
Here are 275 public repositories matching this topic...
Enhancement
Some system variables either have no type (default: TypeString) or use TypeString when they could use a different builtin type (TypeInt, TypeEnum, TypeBool) that is more suited. Here is what I found from manual inspection:
| Variable Name | Notes |
|---|---|
| block_encryption_mode | The type is not defined, but if you look in the code it should be T |
There are several optimization the execution engine can perform when evaluating LIKE patterns with %, which matches zero or any number of any character. For example, see #80073.
Sequential %s can prevent these optimizations, but they are semantically equivalent to a single %, so the optimizer should normalize them to a single %.
For example:
-- The following expressions -
Updated
Jun 1, 2022 - C++
Hi community,
This issue is for WeOpen-Star
We need to translate DistSQL cluster governance capabilities to English
-
Updated
Jan 18, 2022
-
Updated
Jun 1, 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
May 19, 2022
-
Updated
May 31, 2022 - Java
-
Updated
May 28, 2022 - Go
Description
source: https://docs.yugabyte.com/latest/architecture/transactions/isolation-levels/#root
We begin the section by listing out 4 transaction isolation levels in decreasing order of strictness. Where possible, subsequent sections should follow this order to make it easier for readers to follow. For example, rewrite the second paragraph to read:
YugabyteDB supports three transa
-
Updated
Jun 1, 2022 - C
The similar issue with https://github.com/trinodb/trino/issues/10857 and https://github.com/trinodb/trino/issues/11110
trino> CREATE VIEW accumulo .schema_not_found.test AS SELECT 1 AS c1;
CREATE VIEW
Use case:
Get the total duration over many events. Something like select sum(age(ended, started)) from myevents or select sum(ended - started) from myevents - depending on crate/crate#12479
Refactoring request
Rename the namespace starrocks::vectorized to starrocks for codes under be/src/storage.
Requirements
We want to support the owner field for database / schema / table / source objects. The implementation should be based on the user account management design recorded in #2193 , and should work as an addition to the feature chunk for supporting the concepts of and operations related to database, schema, and users (tracked in #2150 )
References
Please use #2150 as the main ref
-
Updated
May 18, 2022 - Go
-
Updated
May 30, 2022 - Go
-
Updated
Aug 6, 2021 - Go
-
Updated
Jun 1, 2022 - Java
-
Updated
Jul 17, 2020 - C++
-
Updated
May 6, 2017 - C++
-
Updated
Jun 1, 2022 - Java
Is there an existing issue for the same feature request?
- I have checked the existing issues.
Is your feature request related to a problem?
Several showcase SQL requires the support of this function:
select DATE_FORMAT(b.measurement_time,'%Y-%m-%d')
select DATE_FORMAT(FROM_UNIXTIME(tm.create_time), %Y%m%d)Describe the feature you'd like
-
Updated
May 31, 2022 - Rust
-
Updated
Jun 1, 2022 - Go
-
Updated
Sep 27, 2021 - C++
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
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