W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
CONFIG
注意 - 您只能在連接到特定數(shù)據(jù)庫后使用此命令。
Orientdb {db = demo}> CONFIG
如果執(zhí)行成功,你會得到下面的輸出:
LOCAL SERVER CONFIGURATION: +---------------------------------------+-------------------------+ | NAME | VALUE | +---------------------------------------+-------------------------+ | environment.dumpCfgAtStartup | false | | environment.concurrent | true | | environment.allowJVMShutdown | true | | script.pool.maxSize | 20 | | memory.useUnsafe | true | | memory.directMemory.safeMode | true | | memory.directMemory.trackMode | false | |……………………………….. | | | storage.lowestFreeListBound | 16 | | network.binary.debug | false | | network.http.maxLength | 1000000 | | network.http.charset | utf-8 | | network.http.jsonResponseError | true | | network.http.json | false | | tx.log.fileType | classic | | tx.log.synch | false | | tx.autoRetry | 1 | | client.channel.minPool | 1 | | storage.keepOpen | true | | cache.local.enabled | true | +---------------------------------------+-------------------------+ orientdb {db = demo}>在上面的配置參數(shù)列表中,如果要更改任何參數(shù)值,那么可以使用config set和get命令從命令行輕松地進行更改。
CONFIG SET <config-variable> <config-value>
注意 - 您只能在連接到特定數(shù)據(jù)庫后使用此命令。
orientdb {db = demo}> CONFIG SET tx.autoRetry 5
如果執(zhí)行成功,你會得到下面的輸出。
Local configuration value changed correctly
您可以通過使用CONFIG GET命令顯示配置變量的值。
下面的語句是配置get命令的基本語法。
CONFIG GET <config-variable>
注 -您只能連接到一個特定的數(shù)據(jù)庫后,使用此命令。
在這個例子中,我們將使用名為'示范',我們在前面的章節(jié)中創(chuàng)建的同一個數(shù)據(jù)庫。我們將嘗試恢復(fù)“tx.autoRetry”變量值。
您可以使用以下命令來顯示演示數(shù)據(jù)庫的配置。
orientdb {db = demo}> CONFIG GET tx.autoRetry
如果執(zhí)行成功,你會得到下面的輸出:
Local configuration: tx.autoRetry = 5
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: