farcaster-node icon indicating copy to clipboard operation
farcaster-node copied to clipboard

Add index to checkpoint data

Open TheCharlatan opened this issue 3 years ago • 0 comments

When the user lists all checkpoints, databased should not parse the entire set of checkpoints. Doing so incurs significant processing overheads, slowing down the listing to a crawl once a hundred or so swaps have been started.

Instead, data that should be presented to the user about the swaps should be held in a separate table.

TheCharlatan avatar Aug 31 '22 16:08 TheCharlatan