2024-11-21 20:52:49 , Up: 0-10:12:42   .rocksdb/LOG

documentDocument(English) | 文档(中文)
Options
indexNestLevel3
checksumLevel0
entropyAlgokNoEntropy
debugLevel0
minPrefetchPages0
indexNestScale8
forceLegacyZvTypefalse
useSuffixArrayLocalMatchfalse
enableStatisticsfalse
warmupLevelkIndex
builderMinLevel0
optimizeCpuL3Cachetrue
indexTempLevel0
offsetArrayBlockUnits0
acceptCompressionRatio0.800000
nltAcceptCompressionRatio0.400000
estimateCompressionRatio0.200000
keyRankCacheRatio0.001000
sampleRatio0.010000
localTempDir/storage/mytopling/..//tmp
indexTypeMixed_XL_256_32_FL
softZipWorkingMemLimit16.000 GiB
hardZipWorkingMemLimit32.000 GiB
smallTaskMemory1.172 GiB
minDictZipValueSize10.000 MiB
maxSampleLen16.000 KiB
keyPrefixLen4
indexCacheRatio0.000000
minPreadLen-1
compressGlobalDictfalse
indexMemAsHugePagefalse
bytesPerBatch262144
recordsPerBatch500
speedupNestTrieBuildtrue
fileWriterBufferSize128.000 KiB
fixedLenIndexCacheLeafSize512 B
enableApproximateKeyAnchorstrue
enableCompositeUintIndexfalse
enableFixedLenHoleIndexfalse
enableUintIndextrue
preadUseRocksdbFSfalse
needCompactMaxLevel2
Env
DictZipBlobStore_zipThreads-1
ToplingZipTable_nltBuildThreads5
num_new_table7137
CompressInfo
gdict_raw_size0.000 GB
index_raw_size7.984 GB
index_zip_size0.692 GB
index:zip/raw0.087
index:raw/zip11.543
value_raw_size144.976 GB
value_zip_size145.733 GB
value:zip/raw1.005
value:raw/zip0.995
:raw:key/all0.052
:raw:val/all0.948
:zip:key/all0.005
:zip:val/all0.995
Statistics
sumWorkingMem0 B
sumWaitingMem0 B
waitQueueSize0
sumKeyLen35.263 GiB
sumValueLen439.365 GiB
sumUserKeyLen24.612 GiB
sumUserKeyNum1429487980
sumEntryNum1429487980
writeSpeed+seq13.226 MiB/s
writeSpeed-seq12.929 MiB/s
zipServerPID-1
Iterator
cumu_iter_num0
live_iter_num0
iter_seek_cnt0
iter_next_cnt0
iter_prev_cnt0
iter_key_len0
iter_val_len0
gdzip-reader
c632605c0344e6cbe799b3f941f63b6c7514086a
Author: rockeet <rockeet@gmail.com>
Date:   Tue Nov 19 21:07:25 2024 +0800

    Add stub `AutoStartZipServer` for community version
    
    When compiled as community version, `HAS_TOPLING_ROCKS` will not
    be defined.
    
    ToplingZipTableBuilder is just for enterprise version, in which
    case `HAS_TOPLING_ROCKS` is defined.
g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7)
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

cpu_flag: -march=native -mbmi -mbmi2
gdzip-builder
255949aa4c3652d80b58964fa265eb30db63c3aa
Author: rockeet <rockeet@gmail.com>
Date:   Sat Nov 16 20:31:28 2024 +0800

    Add maxSampleLen for global dict sampling
g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7)
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

cpu_flag: -march=native -mbmi -mbmi2
topling-sst
612f5d7a51f46ca5107beeadc629b01be8029e4c
Author: rockeet <rockeet@gmail.com>
Date:   Wed Nov 13 14:16:34 2024 +0800

    Bugfix: FragmentedRangeTombstoneIterator cons refs icmp
    
    FragmentedRangeTombstoneIterator constructor stores pointer
    to icmp(InternalKeyComparator)
g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7)
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

cpu_flag: -march=native -mbmi -mbmi2
topling-zbs
d44dd5ff72707128fe3c916077b43d2093c01f7c
Author: leipeng <rockeet@gmail.com>
Date:   Sun Oct 27 23:38:26 2024 +0800

    Fix for msvc, when toplingdb on msvc
GIT_PATH_ARG = src/terark/zbs tools/zbs
g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7)
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

INCS = -Isrc -I3rdparty/zstd -Iboost-include
DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API=
CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector
WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3
RLS_FLAGS = -O3 -DNDEBUG  -g3 
WITH_BMI2 = 1
compile_cpu_flag: -march=haswell -mbmi -mbmi2
LDFLAGS = -fPIC -rdynamic
topling-fsa
5dfecb7d107196f044ff5bf78dc39d2e725b9d9b
Author: leipeng <peng@topling.cn>
Date:   Thu Nov 7 15:22:45 2024 +0800

    Makefile: fix for x86_64 CPU older than haswell
GIT_PATH_ARG = src/terark/fsa tools/fsa
g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7)
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

INCS = -Isrc -I3rdparty/zstd -Iboost-include
DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API=
CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector
WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3
RLS_FLAGS = -O3 -DNDEBUG  -g3 
WITH_BMI2 = 1
compile_cpu_flag: -march=haswell -mbmi -mbmi2
LDFLAGS = -fPIC -rdynamic
topling-core
81964c21ebbcc178d8e99dae0fbf61bded2729cc
Author: rockeet <rockeet@gmail.com>
Date:   Mon Nov 11 21:28:46 2024 +0800

    Makefile: fix gen git-version-*.cpp
GIT_PATH_ARG = :!src/terark/fsa :!tools/fsa :!src/terark/zbs :!tools/zbs
g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7)
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

INCS = -Isrc -I3rdparty/zstd -Iboost-include
DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API=
CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector
WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3
RLS_FLAGS = -O3 -DNDEBUG  -g3 
WITH_BMI2 = 1
compile_cpu_flag: -march=haswell -mbmi -mbmi2
LDFLAGS = -fPIC -rdynamic
ToplingDB
build_typerelease
CPU_ARCH-march=haswell
CXXFLAGS-fPIC -g3 -Wall -Wno-shadow -Wno-deprecated-builtins -march=haswell -std=gnu++17 -faligned-new -fno-builtin-memcmp -isystem third-party/gtest-1.8.1/fused-src -O2 -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-invalid-offsetof
CXXDEFS-DROCKSDB_DLL -DROCKSDB_USE_RTTI -DROCKSDB_NO_DYNAMIC_EXTENSION -DUSE_SERVER_STATS=1 -DOPENSSL_API_1_1=1 -DSIDE_PLUGIN_WITH_YAML=1 -DGITHUB_TOPLING_ZIP="https://github.com/topling/topling-zip" -DZSTD -DHAS_TOPLING_CSPP_MEMTABLE -DHAS_TOPLING_CSPP_WBWI -DHAS_TOPLING_SST -DHAS_TOPLING_SST -DHAS_TOPLING_ROCKS -DHAVE_ALIGNED_NEW -DROCKSDB_PLATFORM_POSIX -DROCKSDB_LIB_IO_POSIX -DOS_LINUX -DROCKSDB_FALLOCATE_PRESENT -DSNAPPY -DGFLAGS=1 -DZLIB -DBZIP2 -DLZ4 -DROCKSDB_MALLOC_USABLE_SIZE -DROCKSDB_PTHREAD_ADAPTIVE_MUTEX -DROCKSDB_BACKTRACE -DROCKSDB_RANGESYNC_PRESENT -DROCKSDB_SCHED_GETCPU_PRESENT -DROCKSDB_AUXV_GETAUXVAL_PRESENT -DHAVE_UINT128_EXTENSION -DNDEBUG
CXXINCS-Isideplugin/rockside/3rdparty/rapidyaml -Isideplugin/rockside/3rdparty/rapidyaml/src -Isideplugin/rockside/3rdparty/rapidyaml/ext/c4core/src -Isideplugin/topling-zip/3rdparty/zstd/zstd -Isideplugin/topling-zip/3rdparty/zstd/zstd/dictBuilder -Isideplugin/topling-zip/src -Isideplugin/topling-zip/boost-include -Isideplugin/topling-zip/3rdparty/zstd -Isideplugin/topling-sst/src -Isideplugin/topling-zip_table_reader/src -Isideplugin/topling-rocks/src -Isideplugin/rockside/src -I. -I./include
LDFLAGS-Lsideplugin/topling-zip/build/Linux-x86_64-g++-12.2-bmi2-1/lib_shared -lterark-{zbs,fsa,core}-g++-12.2-r -lstdc++fs -lcurl -lpthread -lrt -ldl -lsnappy -lgflags -lz -lbz2 -llz4
git_sha888d4596487cc14ad7ff532a9825b8f09b20e0ce
git_tagsideplugin-8.04.2-2023-06-20-2926e071
git_date2024-11-19 20:29:50
compile_date2024-11-20 11:23:49
version8.4.2