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
This feature consists of adding support for range-indexing. This means Agate will be able to only aggregate and index data from a specified range of slots.
π§ͺ Consequence
This feature will improve the project by giving the ability to the users to only index a small section of data or / and index historical data from a specific period only.
β οΈ DoD
To complete this feature, we must:
Add from and to flags support for the indexer service.
Update the indexer service main logic to match this new feature.
The text was updated successfully, but these errors were encountered:
π― Target
This feature has an impact on the Agate's users.
π Description
This feature consists of adding support for range-indexing. This means Agate will be able to only aggregate and index data from a specified range of slots.
π§ͺ Consequence
This feature will improve the project by giving the ability to the users to only index a small section of data or / and index historical data from a specific period only.
To complete this feature, we must:
from
andto
flags support for the indexer service.indexer
service main logic to match this new feature.The text was updated successfully, but these errors were encountered: