RiseVision / rise-node

:rainbow: RISE blockchain node
http://rise.vision/
GNU General Public License v3.0
71 stars 23 forks source link

Use Redis as datastore #133

Closed vekexasia closed 6 years ago

vekexasia commented 6 years ago

Redis is capable of an outstanding amount of op/secs. Instead of using postgres as single datastore we should put redis in front of postgres ensuring a fair amount of operations per second.

Proposed solution

What needs to be done for this to work

What are the benefits

Edit: Not needed right now.