-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres Indexing (ADR038) Implementation #9817
Comments
Note, Tendermint already supports indexing all block and transaction events. Is this issue meant to track relational data indexing of state writes? |
Yes, it's related to ADR 38 which has been in progress for a while. We should have more info in these epic descriptions. |
We also want to track those state changes in relation to the Tendermint txs/abci requests that cause them and the abci responses they cause. |
@clevinson I created this issue, which is a bit of a duplication of this one but contains additional/updated information: #10096. I think we should either copy the content there over to the top-level comment here or close this and use that issue for tracking ADR-038 going forward. |
On todays, cosmos-sdk call we discussed getting this in for 0.45. @i-norden does this sound reasonable for you? |
Closing this issue in favor of #10096, so @i-norden can manage the description / items in the issue. @marbar3778 I'll relay our comment over there. |
Epic for tracking Postgres Indexing working group.
Design:
Implementation:
The text was updated successfully, but these errors were encountered: