📄 csql.conf
字号:
# CSQL System Configuration File#####################################Server Section#########################Important: For Server section parameters, make sure that the value is same for the # server process and all the csql client process which connects to it. otherwise, # behavior is undefined# 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 client process which can connect and work with the # database concurrentlyMAX_PROCS = 100# Maximum size of the system database.MAX_SYS_DB_SIZE=10485760#Maximum size of the user database file.MAX_DB_SIZE=335544320#Shared memory key to be used by the system to create and locate system database.SYS_DB_KEY=1234#Shared memory key to be used by the system to create and locate user database.USER_DB_KEY=4321#Give full path for the log file where important system actions are stored.LOG_FILE=/tmp/log/csql/log.out#The virtual memory start address at which the shared memory segment # will be created and attached. MAP_ADDRESS=400000000#Important: For Server section parameters, make sure that the value is same for the # server process and all the csql client process which connects to it. otherwise, # behavior is undefined#####################################Client Section#########################Mutex timeout interval secondsMUTEX_TIMEOUT_SECS=0MUTEX_TIMEOUT_USECS=5000MUTEX_TIMEOUT_RETRIES=10#Lock timeout interval secondsLOCK_TIMEOUT_SECS=0LOCK_TIMEOUT_USECS=5000LOCK_TIMEOUT_RETRIES=10#####################################Cache Section#########################Whether to enable caching of tables from target databaseCACHE_TABLE=false#DSN Name to connect to the target database.#This should be present in ~/odbc.ini fileDSN=myodbc3#Give full path for the file where all the cached table information is storedTABLE_CONFIG_FILE=/tmp/csql/csqltable.conf#####################################End Section########################
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -