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
We can do this with many blockchain nodes without stopping the service
and it provides a low-latency, high-throughput interface to the state of the node.
But it seems that the rocksdb database has a permanent lock on the LOCK file.
Perhaps there is something I don't understand or an alternative table-level interface
such as Erigon's KV gRPC (not ideal, but better than GraphQL).
If I am being an idiot, please say so!
The text was updated successfully, but these errors were encountered:
It would be very useful to be able to access the database from an external process such as in the following example:
We can do this with many blockchain nodes without stopping the service
and it provides a low-latency, high-throughput interface to the state of the node.
But it seems that the rocksdb database has a permanent lock on the LOCK file.
Perhaps there is something I don't understand or an alternative table-level interface
such as Erigon's KV gRPC (not ideal, but better than GraphQL).
If I am being an idiot, please say so!
The text was updated successfully, but these errors were encountered: