Questions tagged [yugabytedb]

Use for programming questions related to the YugabyteDB distributed SQL database.

YugabyteDB is an open source, high-performance, distributed SQL database for powering global, massively-scalable applications. At its core is a distributed document store whose sharding, replication and ACID transactions architecture is inspired by Google Spanner. It provides two APIs on top of this core - YSQL for fully relational workloads and YCQL for semi-relational workloads.

335 questions
0
votes
2 answers

Can I write a program to see if a table exists in YugaByte's YCQL (Cassandra) api?

Is there a programmatic way to check if a table exists in YugaByte's YCQL (Cassandra) api? For example, in Postgres one can do something like: How to check if a table exists in a given schema SELECT EXISTS ( SELECT 1 FROM …
-1
votes
1 answer

Displaying indexes with metadata in YugabyteDB YCQL

[Question posted by a user on YugabyteDB Community Slack] How can I get metadata info about indexes from the…
dh YB
  • 965
  • 3
  • 10
-1
votes
1 answer

YugabyteDB backing up only 1 copy in replicated cluster

[Question posted by a user on YugabyteDB Community Slack] I noticed when i do backup /restore for single node i have no issue at all but for a multi-node cluster i would have issues with the backup. I see on the documentation regarding the tip…
dh YB
  • 965
  • 3
  • 10
-1
votes
1 answer

Flag yb_enable_read_committed_isolation not working in YugabyteDB 2.15.0.0

[Question posted by a user on YugabyteDB Community Slack] With 2.15.0.0 yb_enable_read_committed_isolation flag doesn’t seem to work anymore? This was working with 2.13: ERROR: unknown command line flag '--yb_enable_read_committed_isolation' I’m…
dh YB
  • 965
  • 3
  • 10
-2
votes
1 answer

What are the best security practices of yugabyte-db?

It is understood that yugabyte-db secures both data on transit and data at rest from https://docs.yugabyte.com/v1.1/secure/tls-encryption/ and https://docs.yugabyte.com/latest/secure/encryption-at-rest/. It is observed that: a) shown max key length…
AVA
  • 2,474
  • 2
  • 26
  • 41
1 2 3
22
23