📄 csql.conf
字号:
# CSQL System Configuration File# Page size. Each database is logically divided into pages and allocation happens # in this unit of pages. Increasing this value will reduce frequent allocation of pages. PAGE_SIZE= 8192#Total number of active transactions that can run concurrently in the systemMAX_TRANS = 10#Total number of client process which can connect and work with the # database concurrentlyMAX_PROCS = 10#Total number of threads in a process which can connect and work with the # database concurrentlyMAX_THREADS = 10# Maximum size of the system database.MAX_SYS_DB_SIZE=1048576#Maximum size of the user database file.MAX_DB_SIZE=10485760#Shared memory key to be used by the system to create and locate system database.SYS_DB_KEY=2222#Shared memory key to be used by the system to create and locate user database.USER_DB_KEY=5555#Give full path for the log file where important system actions are stored.LOG_FILE=/tmp/log/log.out#The virtual memory start address at which the shared memory segment # will be created and attached. MAP_ADDRESS=400000000#Mutex timeout interval secondsMUTEX_TIMEOUT_SECS=0MUTEX_TIMEOUT_USECS=10MUTEX_TIMEOUT_RETRIES=10#Lock timeout interval secondsLOCK_TIMEOUT_SECS=0LOCK_TIMEOUT_USECS=10LOCK_TIMEOUT_RETRIES=10
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -