You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technical details:
It is possible to run the tidb-server with the mocktikv storage engine, and no pd or tikv. Mocktikv is based on goleveldb, which is much slower than TiKV (5x in my tests), but it is useful for development environments to test TiDB compatibility. For production, it will always be recommended to use TiKV.
Goleveldb is a port to Go, and doesn't require cgo. The test-suite currently uses TiDB without tikv or pd, so most of the work is already done. It still requires packaging and misc bug fixes such as #8836 and #8886
Hi,
would it be possible to release a version that would be dependency-free(tikv, pd...) single binary, like cockroach db?
The text was updated successfully, but these errors were encountered: