我一直在尝试为我的应用程序找到更好的东京内阁(或东京暴君)配置,但我不知道具体如何。我知道一些参数的含义,但我想有一个微调控制,所以我需要知道每个参数的影响。东京的文档非常好,但目前还不是。
TCHDB -> *bool tchdbtune(TCHDB *hdb, int64_t bnum, int8_t apow, int8_t fpow, uint8_t opts);*
我如何使用bnum
:apow
和fpow
?
TCBDB -> *bool tcbdbtune(TCBDB *bdb, int32_t lmemb, int32_t nmemb, int64_t bnum, int8_t apow, int8_t fpow, uint8_t opts);*
如何使用:lmemb
、、、和?nmemb
bnum
apow
fpow
TCFDB -> *bool tcfdbtune(TCFDB *fdb, int32_t width, int64_t limsiz);*
我如何使用:width
和limsiz
?注意:我只是把这个放在主题中获取所有类型的数据库,这个真的很简单。
TCTDB -> *bool tctdbtune(TCTDB *tdb, int64_t bnum, int8_t apow, int8_t fpow, uint8_t opts);*
我如何使用bnum
:apow
和fpow
?