#
distributed-sql
Here are 2 public repositories matching this topic...
Distributed "massively parallel" SQL query engine
streaming
sql
database
timeseries
analytics
cpp
distributed
cpp11
distributed-database
distributed-storage
mpp
columnar-storage
eventql
distributed-sql
-
Updated
May 6, 2017 - C++
Improve this page
Add a description, image, and links to the distributed-sql topic page so that developers can more easily learn about it.
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."
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