Some 20 years ago I started a new job with a company in Pittsburgh as an Oracle DBA. The first task given […]
Read MoreTurn Off YugabyteDB TServer INFO Message Logging
The YB-TServer service performs the actual input-output for end-user requests. It handles Data Manipulation Language (DML) statements such as INSERT, UPDATE, DELETE, and SELECT. YB-TServer actions […]
Read MoreEnable Storage Layer Logging to the YugabyteDB TServer Log
DocDB is the underlying document storage engine of YugabyteDB and is built on top of a highly customized and optimized version of RocksDB, […]
Read MoreShow Number of Rows Affected by an INSERT, UPDATE or DELETE
When you run a DML statement like an INSERT, UPDATE or DELETE, some number of rows are affected. Databases have various ways […]
Read MoreShow Number of Connections Per Node in YCQL from the Command Line
We saw in this previous tip how to display the number of YSQL connections per node from the command line. This is […]
Read More