资 源 简 介
tcskelbdb
Features
The skeleton b+tree database for Tokyo Cabinet
the b+tree table can support the field index for structured-value like tct(table engine).
specifiction:
MUST BE an B+ TREE Table ENGINE
the key and value MUST BE utf-8 format.
the duplication(same) key is not allowed.
addint, adddouble, putcat,putproc,putdup, putdupback is never indexed
outlist use the tcbdbout instead of tcbdbout3!
the setindex command is same as the tct.
setindex FieldName 0 //set an index to the FieldName(this do not re-create index)
setindex FieldName 9999 //remove the FieldName index
setindex FieldName 10000 //re-create the index of FieldName
the query command is same as the tct. (todo)
tcadbcopy command is not re-indexed. (todo)
Key Specifiction:
t