0
votes

I need to join between bucket and view in couchbase by n1ql . It's possible ?

Second , the join query work between bucket keys and any attribute and can not work between attribute and attribute (like foreign key) , right ?

Thanks .

1

1 Answers

4
votes

Currently, JOINs between a bucket and a map-reduce view are not supported. If you can put the contents of your view into another bucket, you can JOIN between buckets.