WIP: Reproduce Sequence Scan on Home timeline
I figured out how to create a test that can take an Ecto query and return whether or not it would result in a sequence scan.
In some cases, the Home timeline can be very slow because it's doing a sequence scan. I still haven't figured it out yet, and I'm attempting to reproduce it here.
The test currently passes. I'm trying to make it fail.
Edited by Alex Gleason