N1QL vs. Views performance with Ruby sdk

@james,

  1. what’s your adhoc setting? true/false? @mnunberg, what’s the right way to set this in Ruby SDK?
  2. Since you’re getting up to 500 documents in a single statement, you can increase the pipeline-batch size to higher level (to 256 or 512).
    See: N1QL 200x slower than views for simple queries - #39 by keshav_m
1 Like