Open chancehudson opened 2 years ago
IndexedDB doesn't allow boolean values to be included in indexes. This means that any query involving a boolean will require some level of scanning.
There are two possible approaches to solving this problem:
Option 2 sounds good to me
IndexedDB doesn't allow boolean values to be included in indexes. This means that any query involving a boolean will require some level of scanning.
There are two possible approaches to solving this problem: