We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to add a latest_referenced_ledger column and an index on that column to the following history lookup tables:
latest_referenced_ledger
history_accounts
history_claimable_balances
histor_assets
history_liquidity_pools
For more context, see: Improving Reap Performance of History Lookup Tables
The text was updated successfully, but these errors were encountered:
We decided to go with a different design: https://docs.google.com/document/d/1CGfBCS99MTEZDP4mMhV1o6Z5NE_Tlg7ENCcWTwzhlio/edit
Sorry, something went wrong.
No branches or pull requests
We need to add a
latest_referenced_ledger
column and an index on that column to the following history lookup tables:history_accounts
history_claimable_balances
histor_assets
history_liquidity_pools
For more context, see: Improving Reap Performance of History Lookup Tables
The text was updated successfully, but these errors were encountered: