0
votes
2answers
17 views

mongodb: arithemtic operations in .find()

how can I find records where retirement subtract age is less than 10 db.users.insert({ user_id: "bcd001", age: 56, retirement: 65, status: "A" })
0
votes
1answer
19 views

PHP - Obtain last row in CouchDB

I am trying to find a method of obtaining the last row in CouchDB using PHP. I have searched around, and I have not found very much that is helpful. Thanks.
1
vote
1answer
25 views

Are there any other databases that use Map-Reduce for queries like CouchDB?

After learning about CouchDB and Map-Reduce queries I've become very enthusiastic about them, but dislike Couch's revision and conflict model. Are there any other, 'lighter' NoSQL databases that also ...
1
vote
1answer
43 views

RavenDB - Querying collections with multiple terms

I want to be able to bring back all blog posts which have all of the tags I specify. public class Post { public int Name { get; set; } public List<string> Tags { get; set; } } I want ...
0
votes
2answers
34 views

MongoDB Query by Key's value

Is it possible to execute a query where you constrain it to a key's value? ex. "1":{ ... } "2":{ ... } "3":{ ... } Execute a query where the keys value is less than 3 and ...
0
votes
1answer
26 views

What is the right way to select records from mongodb document

I"m new in mongodb and I really like the idea of noSql. I"m trying to build a blog where on each comment people can click on rate buttons and rate the person comment. Inside each comment I have a ...
1
vote
1answer
31 views

Updating a 3-level nested value in MongoDb

From [MongoDb's official documentation about updating] (http://docs.mongodb.org/manual/core/update/#Updating-The%24positionaloperator), I read: The following operation queries the bios collection ...
0
votes
0answers
40 views

MongoDB: Statement within $group clause not functioning as expected.

Here's a snippet of a query I'm running, I'm attempting to retrieve the number of user accounts which have deployed an item in our system within a given time period. The match condition ensures ...
0
votes
3answers
50 views

Cannot make a simple query in MongoDB (AND OR NOT)

Given a collection like: > db.test.find({}, {_id:0}) { "name" : "star wars I", "duration" : 120 } { "name" : "star wars II", "duration" : 125 } { "name" : "star wars III", "duration" : 135 } { ...
0
votes
1answer
89 views

MongoDB Query to find out all the array elements of a collection

I have a pretty big MongoDB document that holds all kinds of data. I need to identify the fields that are of type array in a collection so I can remove them from the displayed fields in the grid that ...
0
votes
0answers
87 views

Mongodb Sleepy Mongoose http interface regex not working

I am using a sleepy mongoose http interface to search through a collection in mongodb that is running on a remote server. I am having an issue with the regex inside the http url that I use to search ...
0
votes
2answers
49 views

MongoDB query not using the desired index

I am using the .Net SDK I have a document with the following structure: public class ChallengeComment { public long Id { get; set; } public long ChallengeId { get; set; } public long ...
1
vote
1answer
159 views

Use of $avg function within MongoDB aggregation framework does not appear to alter returned value

I'm sure there's something relatively obvious that I'm missing. Basically, these two queries return the exact same result despite the use of the $avg and $sum:1 functions, from what I understand the ...
1
vote
1answer
45 views

simple mongo query

I just started learning mongo, and tought that {} refer to all documents in the collection, and was thinking that this query: db.foo.update( {}, { $set: { letter : 'a' } }, { multi : true } ); will ...
0
votes
0answers
21 views

How do I query for words inside a string field? [duplicate]

Possible Duplicate: How to perform keyword query in MongoDB With lucene or UIMA, we can simply query a field with a whitespace analyzer to query for documents that contains a specific ...
-1
votes
1answer
277 views

Find in mongodb subdocument

I use SpringData. I have document with subdocument, it looks like : { "name" : "MongoDB", "type" : "database", "count" : 1, "info" : { x : 203, ...
2
votes
2answers
176 views

Cypher query to match strong two way relationship and filter by property values in Neo4j

I would like to find a subgraph in Neo4j DB with only strong two way relationships. Let's say the relationship is LOVES and attribute is Kisses then I would like to only find a subgraph where both ...
1
vote
1answer
51 views

How to get nodes that have a given amount of outgoing relationships with a given property in Neo4j Cypher?

In my domain a node can have several relationships of the same type to other entities. Each relationship have several properties and I'd like to retrieve the nodes that are connected by at least 2 ...
0
votes
3answers
215 views

How to determine if a Couchbase View exists in a bucket? (.NET api)

Currently you can find out that a view doesn't exists when you try to perform a query after attempting to retrieve the view: var result = _couchClient.GetView<etc>("DocumentName", ...
0
votes
1answer
44 views

Iterating over documents with equals values

I have a collection of blog posts with "votes" field in mongo db: > db.posts.find({}, {_id:0, votes: 1}) { "votes" : 1 } { "votes" : 2 } { "votes" : 2 } { "votes" : 3 } { "votes" : 3 } Than I ...
0
votes
1answer
290 views

Big Cassandra query causes daemon to crush

There is a need to read ~2.5Gb of records from cassandra 1.1.6 database running on CentOS release 6.3 virtual machine. When daemon with default out-of-the-box configuration is queried, i get error : ...
1
vote
1answer
261 views

RavenDB Database Configuration

How to configure the RavenDB database that can be capable to sending too many requests, or receiving too large a response? By default, RavenDB will not allow operations that might compromise the ...
2
votes
1answer
291 views

MongoDB advanced count query, depending of document's content

I've got an issue with an advanced count query with MongoDB. I'm tring to count object inside a document field, but only if a previous element matching a query exist and is older in the array. Let ...
0
votes
0answers
19 views

How to Model and Index User Actions on a Resource in an optimal way ( for performance)

In a blogging system, if I want to store user actions on a particular blog post, what would be the best way to model it ? A user can perform some action on a blog post, such as 'edit' , 'comment' , ...
1
vote
1answer
59 views

Optimize array query match with operator $all in MongoDb

In a collection of 130k elements with the structure: { "tags": ["restaurant", "john doe"] } There are 40k documents with "restaurant" tag but only 2 with "john doe". So the next queries are ...
1
vote
1answer
233 views

Cassandra and querying hierarchies

I am investigating Cassandra, but cannot find an answer in any documentation to the following. I need to query ranges across a deep hierarchy. I have determined that the easiest way to represent the ...
2
votes
3answers
64 views

Mongo findAndModifyevery document

Is there a way to apply mongo's findAndModify to every document that matches the criteria and not just the first one? I couldn't find it in on mongodb.org. Thanks.
1
vote
2answers
70 views

NoSQL/SQL Databases which return results by relevance

I am on the lookout for any NoSQL/SQL database that provides functionality similar to Lucene/Solr erc. where the results are ordered by relevance to a query. e.g. NumVal1 between 1 and 3, NumVal2 ...
1
vote
1answer
201 views

MongoDB Near Query Strange Behavior

I have a near query I perform using Spring Data's NearQuery operation. Everything works fine for the most part. However, I have my code on several test machines and a production machine. The query ...
1
vote
2answers
46 views

Fetching few sorted records from huge table

Let's pretend I have a huge website and a huge table (with some million entries table) with a few columns ("ID", "AuthorID", "Message", "Time" for example) to contain twitter-like messages. I want to ...
2
votes
4answers
229 views

Binning and tabulate (unique/count) in Mongo

I am looking for a way to generate some summary statistics using Mongo. Suppose I have a collection with many records of the form {"name" : "Jeroen", "gender" : "m", "age" :27.53 } Now I want to ...
0
votes
3answers
165 views

MongoDB modeling - how to accomplish this using a denormalized model?

Let's say I have 10,000 courses with course names. And 100,000 users who sign up for various courses. My user data model would contain something like... course: [ {courseName: 'Programming 101', ...
4
votes
1answer
75 views

Database search to return results ordered by size of intersection between two sets

I would like to search my database for sets that intersect with my search set. I would like for the results to be returned to me in order of the size of the intersection. The sets inside the database ...
7
votes
1answer
182 views

Too many indexes in RavenDB

Is there a formula/estimation/feeling that shows us what is the optimum number of indexes in a RavenDB database according to number of document kinds, number of fields per document and number of ...
4
votes
1answer
213 views

RavenDB Read Performance

(Maybe I am doing something wrong but) I am getting awful read performance from RavenDB! This is my document: public class Location { public Guid Id { get; set; } public string Description { ...
0
votes
1answer
77 views

Mongoid query with OR and WHERE

I am building a rails3 web app. Is there a query like this in mongoid db.collection.where((:status => "abc" OR :status2=>"abc") , :license=>"Active") I don't know what fields are present ...
3
votes
1answer
167 views

strange result when use Where filter in CQL cassandra

i have a column family use counter as create table command below: (KEY i use bigin to filter when query ). CREATE TABLE BannerCount ( KEY bigint PRIMARY KEY ) WITH comment='' AND comparator=text AND ...
0
votes
1answer
68 views

NOSQL database are good for these kind of filters?

I need two "lists" something like: A (date - price) 01-01-2012 100 02-01-2012 200 03-01-2012 300 04-01-2012 150 B (date - price) 01-01-2012 10.5 02-01-2012 20.4 04-01-2012 25.3 ...
0
votes
2answers
355 views

In redis, how to query against a large table efficiently?

I have a large table with 9 columns and 12 million rows, like this: col1 col2 col3 col4 col5 col6 col7 col8 col9 12.3 37.4 7771 -675 -23 23.8 78.8 -892 67.5 79.3 -6.3 6061 -555 ...
0
votes
1answer
88 views

query CouchDB data by several key and order data by another field

General idea, Is that I need to select data by several values and sort it by date. I need to query couchdb something like this SQL query Select * from TABLE where Val = "val1" OR Val = "val2" order ...
0
votes
1answer
78 views

$or query in mongodb not working

I already have this document at the db: > db.test.find() { "_id" : ObjectId("4fd349242b153bfbd95a15a8"), "nombre" : "Javier", "apellido" : "Roger" } Now I execute this query: ...
1
vote
1answer
733 views

In RavenDB, how to query for nested “objects” in the document?

If I have stored documents which look like this: Category { public string Id {get;set;} public List<Category> Categories {get;set;} ... } Essentially a category, with ...
0
votes
1answer
112 views

CouchDB multiple constraints

I have a set of documents in CouchDB that are geolocalized - that is, they have a structure like { _id: ..., ... coords: { lat: 45.204149214, long: 40.284712972 } } I want to be ...
0
votes
1answer
120 views

Get nested properties out in a list - using Index

I am trying to get a list of all theater names for a MVC app using RavenDB.. So I am looking to get a hold on the list of theaters names from nested objects in a ravendb document... Sample RavenDB ...
2
votes
1answer
482 views

Turn based multiplayer for iOS using CouchDB and IrisCouch

Me and my startup app company is working on a turn based multiplayer iPhone application. Let it be said that neither one of us have any database, or server, knowledge whatsoever. Though, we are ...
1
vote
1answer
318 views

Using date field comparisons in RavenDB LINQ queries

In RavenDB, I would like to query the database using a date field. How can I write a LINQ query to query the RavenDB that involves date comparison.. Session.Query<Movie>() .Where(x => ...
0
votes
1answer
153 views

How to add images and videos in cassandra's (Queries to include image)?

In cassandra how to add images in column family for a row. Below I mentioned a sample table which shows the KEY,Name,Age and Cover_Image. Here we can able to add Name,Age by entering the queries ...
1
vote
1answer
445 views

Mongo db add new field to a collection and update if field already exists

I have mongo collection array as below [_id] => MongoId Object ( [$id] => 7f841cef13cfcdba230019e2 ) [id] => 33 [name] => Adam [table] => people I want to add a field count to ...
3
votes
1answer
521 views

Merge RDBMS and NoSQL database

Ok, let's say I have a large MySql database with 100+ tables. Although it runs very well I have two tables that can each exceed 100 million entries per year. On these two tables I have to perform ...
3
votes
1answer
196 views

How do I use a CouchDB username in a URL rewrite?

I have a list function that can be accessed like this: _list/characters/characters_by_user?startkey=["org.couchdb.user:rodriguez"]&endkey=["org.couchdb.user:rodriguez", {}] I'm attempting to ...

1 2