near / read-rpc

Read-only NEAR RPC centralized-like performant solution
16 stars 4 forks source link

[Tracking issue] PostgreSQL & ShardLayout #288

Open khorolets opened 3 days ago

khorolets commented 3 days ago

Motivation

The data size is growing, it becomes really hard to handle the load we tend to handle. It leads to different issues like:

After a lot of conversations and brain storming we believe the mentioned issues can be solved using more traditional relational database management system, PostgreSQL in particular.

The main plan is:

Making this happen we expect to be able to:

We realize all the disadvantages and complexity that's coming with relational DBMS. No faith in unicorns, we fully understand what we are doing.

Tracking issue

This issue serves the purpose of the container to track the work related to the bigger milestone.

### Tasks
- [ ] https://github.com/near/read-rpc/issues/289
- [ ] https://github.com/near/read-rpc/issues/290