-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
optimizationThis makes the system fasterThis makes the system faster
Description
This is used by CodeChain Explorer.
2019-11-11 08:53:36.984 UTC [2828] indexer-user@codechain-indexer-corgi-2 LOG:
duration: 1829.223 ms
statement:
SELECT "hash"
FROM "Transactions" AS "Transaction"
WHERE "Transaction"."type" IN ('transferAsset') AND "Transaction"."isPending" = false
ORDER BY "Transaction"."blockNumber" DESC, "Transaction"."transactionIndex" DESC
LIMIT 200 OFFSET 0;
Metadata
Metadata
Assignees
Labels
optimizationThis makes the system fasterThis makes the system faster