mateenbagheri / memorabilia

Apache License 2.0
0 stars 0 forks source link

Research on TiKV #8

Open mateenbagheri opened 1 month ago

mateenbagheri commented 1 month ago

When I started this project my goal was to implement a semi-clone of Redis with my own design decisions. However, now that I am implementing the project, since I am doing tons of readings, I keep seeing promising and well-known projects that have good ideas for in-memory key value databases. TiKV is one of them and it has overwhelming differences with Redis. This needs to be studies so that I can have a good idea on how the project is going to move forward. Note that this must not freeze current implementation of project. If someday there is the need to do a distributed implementation, that is the challenge for that day and not right now.