crossdb-org / crossdb

Ultra High-performance Lightweight Embedded and Server OLTP RDBMS✨
https://crossdb.org
Mozilla Public License 2.0
184 stars 12 forks source link

can u develop one called crosskv specifically for use in kv like redis use? #34

Closed kolinfluence closed 2 weeks ago

kolinfluence commented 2 weeks ago

crosskv as titled

jcwangxp commented 2 weeks ago

There're many kv DBs. and you can just create one table with 2 cols (key VARCHAR(65535), value VARCHAR(65535)) to use as kv db. Future will support long text type.

kolinfluence commented 1 week ago

@jcwangxp yes i know there are plenty kv dbs but u can make one just for this faster with less overhead. do mention if u can do this or will do so. maybe in 1 years' time or something

jcwangxp commented 1 week ago

sorry, kv db is not in my plan now, you can try lmdb which is small and fast.