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
Whenever we call CreateAccounts , CreateHistoryClaimableBalances , CreateAssets, and CreateHistoryLiquidityPools functions we should update the latest_referenced_ledger column during ingestion. It is safe to overwrite the column when we're ingesting the latest ledger. However, if we are ingesting history we should be careful to not overwrite the column.
Whenever we call CreateAccounts , CreateHistoryClaimableBalances , CreateAssets, and CreateHistoryLiquidityPools functions we should update the
latest_referenced_ledger
column during ingestion. It is safe to overwrite the column when we're ingesting the latest ledger. However, if we are ingesting history we should be careful to not overwrite the column.For more context, see: Improving Reap Performance of History Lookup Tables
The text was updated successfully, but these errors were encountered: