distributed-database
Here are 269 public repositories matching this topic...
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Recently reproduce many time in CI
[2022-03-04T03:58:22.683Z] ------------------------
Describe the problem
To use a timestamp value in decimal, in Postgres, I use the to_timestamp() function as follows
select to_timestamp(1646906263.278);Since cockroach doesn't have to_timestamp(), I use a cast instead:
select 1646906263.278::timestamptz;But it results in SQL Error [42846]: ERROR: invalid cast: decimal -> timestamptz
Casting an inte
-
Updated
Mar 24, 2022 - C++
Hi community,
This issue is for OpenForce 2022
Background
Previously, we needed to specify the worker-id when creating a snowflake key generator object.
But now that worker-id has been changed to a process-level configuration, there is no need to specify this parameter for each key generator.
-
Updated
Jan 18, 2022
-
Updated
Mar 24, 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
Mar 8, 2022
-
Updated
Mar 23, 2022 - Java
-
Updated
Mar 15, 2022 - Go
-
Updated
Mar 7, 2022 - Rust
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
Mar 24, 2022 - C
Need to migrate trino-maven-plugin to use GitHub actions instead of Travis CI. See trinodb/trino#6859 for some guidance.
-
Updated
May 10, 2021 - Ruby
Use case:
Postgres compatible tools like Datagrip, DBeaver, etc. want to get (and sometimes set e.g. Azure Data Studio) the datestyle used by the database. It seems like there is already some implementation for that.
Feature description:
As a db tool engineer I want to be able to fetch the set datestyle of a database to be know how to interpret dates in my tool.
extra: ability
Make WritableFile a derived class of io::OutputStream can remove some duplicate code and make IO system more clear.
-
Updated
Mar 21, 2022 - Go
-
Updated
Mar 20, 2022 - Go
-
Updated
Aug 6, 2021 - Go
-
Updated
Mar 24, 2022 - C++
-
Updated
Jul 17, 2020 - C++
-
Updated
May 6, 2017 - C++
-
Updated
Mar 24, 2022 - Java
-
Updated
Mar 23, 2022 - Go
-
Updated
Sep 27, 2021 - C++
-
Updated
Mar 24, 2022 - Rust
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