The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
19
stars
10
forks
source link
Querying the transactions GQL endpoint using `from` or `to` attribute should use an index #863
Closed
trevorbernard closed 5 months ago
Create two new indices for the
sender
andreceiver
portion of the transaction. This will look something like the following:So this allows us to use a prefix iterator on either the sender or receiver and have the transactions sorted by global slot height.