2

I'd like to optimise a Couchbase Lite query on iOS in two steps:

  1. create a view+index which sums only the necessary fields required.
  2. make a pair of similar views that are aggregate sums based on the first view.

Is this possible to do? Eg to make a 'view of a view'?

NSTJ
  • 3,858
  • 2
  • 27
  • 34
Chris
  • 39,719
  • 45
  • 189
  • 235

1 Answers1

2

Looks like the answer is no, from my reading of the couchbase lite docs.

Chris
  • 39,719
  • 45
  • 189
  • 235