Improve performance and memory usage of the big media search union query.
Memory usage is reduced by encouraging sqlite to use an index when traversing
the audio table, which means it doesn't need to do a separate sorting pass,
so it no longer runs out of memory on very large datasets.
It's also about 35% faster on my sample large dataset.
1 file changed
tree: 3ce86aa6c2107cfd210a79fce248dd1713286384
  1. res/
  2. src/
  3. Android.mk
  4. AndroidManifest.xml
  5. MODULE_LICENSE_APACHE2
  6. NOTICE