python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why INSERT query is 3-4 times slower than SELECT?
Application talks to YugabyteDB instance with YCQL driver(Gocql).
We have below two queries (for example):
SELECT col2,
col3,
col4,
col5
FROM table1
WHERE primarykeycol = 11ab8...
overexchange
Votes: 0
Answers: 2
Checking disk size consumed by each database in YugabyteDB
[Question posted by a user on YugabyteDB Community Slack]
Is there any way we can check the disk size consumed by each database, tables? I tried the query below but no luck:
- \l+
- select pg_database...

dh YB
Votes: 0
Answers: 1
Can’t create table in YugabyteDB cluster
[Question posted by a user on YugabyteDB Community Slack]
I have a query, I see the log file on the leader is filling with these lines continuously
I0110 11:28:47.117158 17899 cluster_balance.cc:1210]...

dh YB
Votes: 0
Answers: 1
Set wal_level = logical instead of replica in YugabyteDB?
[Question posted by a user on YugabyteDB Community Slack]
Is there a way to set wal_level = logical instead of replica in YugabyteDB? I’m looking to implement CDC so I can synchronize other systems wi...

dh YB
Votes: 0
Answers: 1