Rivers Zhang

Results 27 issues of Rivers Zhang

This patch adds options to disallow foreign-db queries and the Anonymous Identity, over client connections forwarded from the pmux secure port.

A few tweaks to the oldfile list logic to make it collect faster.

It takes a whopping 75GiB memory to query the `comdb2_sc_history` table of 2.4 million records, against the database in the linked ticket. In this patch comdb2_sc_history and comdb2_sc_status are changed...

Dorin pointed out the bug, that if a query reads from a remote table and inserts the results into another table in the same remote database, the query will hang...

A new `ENCODING` keyword is introduced in this patch, that specifies a character set for a column. Invalid character encoding will be rejected. So far only `"utf8"` and `NONE` are...

Recovery may run out of memory if there're too many txnid's to keep track of. This patch implements a temptable logic for txnlist that greatly reduces the memory footprint without...

feature

Our JDBC URL accepts a list of pre-defined tier names ("dev", "beta", "prod", etc.), and obviously does not work very well with a new or custom tier. This patch adds...

Advance the start time of a time partition to avoid unnecessary fake rollouts.

Rebinding parameters may cause SQLite to recompile the statement in the hope of a better query plan. A new yet identical (?) AST is parsed out during the process, as...