python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
select a particular field from nested subdocuments Couchbase
I have in a couchbase bucket documents having this structure:
"name": {
"grandfather": {
"parent1": {
"child1": [
{
...
fed
Votes: 0
Answers: 1
How to use the LENGTH() String Function in a N1QL Query (Couchbase Query)
I am trying to search for an ID that is exactly 4 digits, I know I need to use the LENGTH() String Function but can't find an example of how to use it. I'm trying the below (and other variations) but ...
Marcelino Lucero III
Votes: 0
Answers: 1
Efficient way to read all the data from a large couchbase bucket
We have about 80M product in a bucket in couchbase and we need to daily read all data from it and do some calculations on them.
I am using select queries with 512 limit on each select and a for while ...
Obtice
Votes: 0
Answers: 0
Using N1ql to update/replace an array element and matching three conditions
SO update should happen when
_id is =“4617a874-9a8a-4b57-b9f6-6c0c83e4c0f8”
2._type =“AssetDef”
3.maintenance _id is matching _id = “50a0c62b-f7b2-4fba-ac51-19e0976c8760”
THEN it should update : this ...
Kramer
Votes: 0
Answers: 1