We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214fd27 commit a82acacCopy full SHA for a82acac
src/keri/db/subing.py
@@ -43,10 +43,15 @@
43
ordinal number so that the ordering within each key prefix is monotonically
44
increasing numeric
45
46
+B64Suber provides separated fields of B64 primitives for values. Useful when don't
47
+ need to CESR ser/des the primitives or performance
48
+
49
The term 'set' of values means that no value may appear more than once in the set.
50
Sets support idempotent adds and puts to db. This means one can add or put the same
51
(key, val) pair multiple times and not change the db.
52
53
54
55
DupSuber provides set of lexicographic ordered values at each key. Each value has
56
a limited size (key + value <= 511 byes). The set is performant. Good for indices.
57
0 commit comments