The Wayback Machine - https://web.archive.org/web/20210831212044/https://github.com/topics/distributed-sql
Skip to content
#

distributed-sql

Here are 2 public repositories matching this topic...

Language: All
Filter by language
yugabyte-db
jaki
jaki commented Aug 28, 2021

ysqlsh history file can be specified by --variable=HISTFILE=/path/to/file. It seems that the default amount of entries (or lines) it keeps is 500. Once it goes past that, upon history file write, it truncates the file. However, it also truncates the header line _HiStOrY_V2_. This makes the file invalid next time it's read. This is possibly related to YB using libedit rather than libreadli

Improve this page

Add a description, image, and links to the distributed-sql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-sql topic, visit your repo's landing page and select "manage topics."

Learn more