titan icon indicating copy to clipboard operation
titan copied to clipboard

A Distributed Redis Protocol Compatible NoSQL Database

Results 43 titan issues
Sort by recently updated
recently updated
newest added

The 2PC in TiKV uses the percolator distributed transaction model which commits the secondary keys in the background. When the secondary keys are `MetaKey`s which is lazily updated in async...

enhancement

Set the iterator bound when using BatchGet. Think about this case, we have two keys: `a, z` and there are 1 million keys are deleted between `a` and `z`. When...

enhancement

The implementation of the expiration list now is a big list of keys that shares a common prefix. There are two problems with this design. 1. If all the keys...

enhancement

Add a tool to actively expire keys

enhancement

The tcl test should be a phase of our CI

enhancement
test

The autotest or unit test should cover the case of starting the server.

enhancement
test

Maybe a new project named `lion` LION means that all the tools Lie In One Name. Examples ``` lion start tikv lion start pd lion start titan ``` Other use...

enhancement
test

configo does not support parsing flags from the command line and environment yet.

enhancement