Questions tagged [couchbase-analytics]

4 questions
4
votes
1 answer

Couchbase Analytics Java SDK connection creation + Security Roles

I am using the Couchbase Java SDK to query a couchbase analytics service. The process is covered in this tutorial: https://docs.couchbase.com/java-sdk/2.7/analytics-using-sdk.html The Java SDK provides a Bucket object as the means of accessing…
robjwilkins
  • 5,462
  • 5
  • 43
  • 59
1
vote
1 answer

Couchbase Analytics: No results and couchbase internal server error with indexes with UNIXTIME millisecond timestamps

I'm experiencing odd analytics query behaviour when I add an index on time-series data similar to this: { "clientId": "account-123", "orderCode": "49776599-cd7f-458a-b0f2-2d4f28aab85f", "timestamp": 1591869354000 // UNIX time…
Lewis Watson
  • 543
  • 1
  • 4
  • 15
1
vote
1 answer

Couchbase analytics: create index compilation error

I'm trying to create an index on a couchbase analytics node: CREATE INDEX `index_analytics_user_id` ON `requests`(userId:string) When I run this on a couchbase I have running locally it works fine. However when I run it on the larger scale…
robjwilkins
  • 5,462
  • 5
  • 43
  • 59
0
votes
0 answers

how to write query for createing dataset in couchbase

we have two different document in single bucket and i want to create dataset of these different document ..... and i write query for that like this.. please help me to write query CREATE DATASET case2user ON (select r.*, a.* from case2 r INNER JOIN…
Avinash Kumar
  • 85
  • 1
  • 6