NoSQL (sometimes expanded to "not only SQL") is a broad class of database management systems that differ from the classic model of the relational database management system (RDBMS) in some significant ways.
1
vote
1answer
201 views
nosql: MongoDB, Cassandra or alternative for data warehousing
I am stuck between a concrete decision on whether to go with MongoDB or Cassandra for my database needs and would like input on my use case as to guide my decision.
Requirements:
Data source
X ...
0
votes
0answers
25 views
Can't SQL(mysql) handle the TB'S of data? [closed]
I am in confusion to choose either SQL of nosql.
I love MySQL, but in many cases it is not sufficient as per the requirements.
If I deploy the system which will handle the TB's of data on MySQL ...
1
vote
1answer
39 views
Increase/Decrease value in phpcassa
Is there any method for simple increase/decrease integer value in cassandra using phpcassa? Maybe it is CounterColumn, but I didn't find anything about how to use it.
Basically, I just want to ...
0
votes
1answer
30 views
Architecture of tracking item changes with saving old values [closed]
Maybe anybody knows the good tutorials or best solutions for tracking/logging not only when the entity was changed/updated, but also the old and new values. Like the following example in the entity ...
0
votes
1answer
39 views
need suggestion for database regarding Stackoverflow related project
I am working on implementing a feature similar to "related questions" feature of SO.I want to suggest the most matching questions for few of the tags like C,C++. Is it more preferable to use a NoSQL ...
0
votes
1answer
124 views
Hbase Schema design
I have to design an Hbase table to store users information, this information is targeted for social networking, like: age, sex, education, hobbies, read books, traveled countries ...
NOTE: we could ...
0
votes
0answers
26 views
There is any cloud storage provider like dropbox built in relational database system? [closed]
There is any cloud storage provider like dropbox built in relational database system and not in NoSQL?
0
votes
1answer
50 views
Deletion and Insertion in NoSQL database
Consider the following scenario for a Nosql database:
Suppose a record is deleted from one table and inserted into another table. What precautions or error checking has to be done for this scenario? ...
0
votes
1answer
35 views
Other databases with set data type like Redis
The set datatype and associated operations (union, intersection, cardinality, etc.) in Redis are very useful. I have been unable to find any other databases with a comparable feature. Is anyone aware ...
2
votes
1answer
70 views
How to get doc from couchdb without some fields? using Ektorp if possible
At first I misunderstood my problem and posted this question : Can someone explain me Cascading and FetchType lazy in Ektorp?
What I need to do: I need to save an Entity in couchdb and then have way ...
-3
votes
1answer
71 views
What is the Most Interesting Usages for Neo4j Graph Database? [closed]
Besides Social Networks, Access Control Lists and Recommendations Engines, what is the most interesting usages for Neo4j Graph Database?
2
votes
1answer
41 views
Can someone explain me Cascading and FetchType lazy in Ektorp?
I am new to CouchDB and Ektorp (I ACTUALLY started today to try to work with it). The most detailed documentation I have found to help me getting started is this one:
...
-1
votes
1answer
28 views
How to effectively retrieve two friends of each person in neo4j
For example, I have a neo4j graph like this:
n1 -> n1
n1 -> n2
n1 -> n3
n2 -> n4
n2 -> n5
n3 -> n6
The expected results are:
n1 -> n1
n1 -> n2
n2 -> n4
n2 -> n5
n3 ...
1
vote
1answer
30 views
NoSQL with Pubsub
I'm currently looking at an architecture where I need to utilize a pub-sub system and a NoSQL data-store and instead of using two different products I'm wondering if there are any good products that ...
0
votes
2answers
82 views
Google App Engine Datastore Modeling
General question on how to model a Google App Engine datastore. I'm confused about the entity groups part. Lets take for instance a Facebook example where there are 3 entities: Users, Posts, and ...
0
votes
1answer
53 views
How to get the Cassandra Table/Columnfamily size in MB
I want to design my cluster and want to set proper size of key_cache and row_cache
depending on the size of the tables/columnfamilies.
Similar to mysql, do we have something like this in ...
0
votes
1answer
45 views
Relationships in MongoDB (via Mongoose)
Consider a typical blog application where a blog can have many posts and a post can have many comments.
Assume we want to provide a RESTfull API to access it.
If I were to use a relational database ...
0
votes
1answer
23 views
How do I implement cascade deletes in the new version of Starcounter?
In the new version I make persistent classes by using the [Database] attribute, I get that. How do I implement cascade deletes since Entity class, with the OnDelete() method, has been removed?
0
votes
1answer
84 views
HBase - rowkey basics
NOTE : Its a few hours ago that I have begun HBase and I come from an RDBMS background :P
I have a RDBMS-like table CUSTOMERS having the following columns:
CUSTOMER_ID STRING
CUSTOMER_NAME ...
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
97 views
Storing structured data in Lucene
I have seen many references pointing to the use of Lucene or Solr as a NoSQL data store, not just the indexing engine:
NoSQL (MongoDB) vs Lucene (or Solr) as your database
...
0
votes
1answer
53 views
Tag driven database for asynchron BI
I'm having a little problem coming up with an architecture for tag driven software I'm designing.
What I want to do is store plain text in database, which is liked to an owner and other entities. The ...
0
votes
0answers
47 views
Search in MongoDB by multiple fields that are arrays causes a full scan
Context collection contains 100,000 records.
db.context.count()
100000
db.context.find().limit(1)
{
"_id" : ObjectId("5163c5f147c0e5afd6b72dad"),
"name" : "context No ...
0
votes
0answers
32 views
mongodb cant drop index after stopping indexing
i had to run some index on MongoDB
so i did
db.devices.ensureIndex({ "installed_packages" : 1 })
but when it ran, i noticed it is too large and i dont have the time for it, so i stopped the ...
0
votes
1answer
68 views
Mongodb toArray() performance
I have a collection 'matches' with 727000 documents inside. It has 6 fields inside, no arrays just simple integers and object Ids. I am doing query to collection as follows:
matches.find({
$or: [{
...
-1
votes
2answers
112 views
why are noSQL databases more scalable than SQL? [closed]
Recently I read a lot about noSQL DBMSs. I understand CAP theorem, ACID rules, BASE rules and the basic theory. But didn't find any resources on why is noSQL scalable more easily than RDBMS (e.g. in ...
0
votes
1answer
42 views
ranking server implementation nosql together with mysql
I'm required to implement an assignment which requires to use mysql with nosql together.
I've already implemented the mysql table. However, I'm not sure about the architecture of nosql.
The server ...
0
votes
1answer
50 views
RavenDb-Get list from a list of ids
I'm developing an events manager with RavenDb. The logged user can write a post in a place that follow and then see all posts in the user wall (home page). Every post can be mark as "Like" and ...
0
votes
1answer
78 views
DataLogging and NoSQL
I have a Saas application that monitor equipments.
I developed a monitoring platform sensors.
My application currently oversees approximately 100,000 sensors.
A value is recorded every 15 minutes.
...
0
votes
0answers
19 views
Linking error for libboost_graph in OSX with Xcode
I have been working on some graph code for a homegrown problem, and using my own text files to store the data had reached it's limit. So I had been looking for either a database or flat file solution ...
1
vote
1answer
43 views
URL shortening for NoSQL databases?
Writing a URL shortener seems fairly straightforward for a traditional database, with a couple notable exceptions:
def save_new_url(request):
url = StoredUrl(url=request.POST['url'])
...
1
vote
1answer
143 views
commitLog and SSTables in Cassandra database
I recently started working with Cassandra database. I have installed single node cluster in my local box. And I am working with Cassandra 1.2.3.
I was reading the article on the internet and I found ...
1
vote
1answer
49 views
Databases that use SQLite as storage layer
What databases use SQLite as their storage layer?
Note: I've learnt that CouchBase in it's early stages used SQLite as it's storage layer but I did not found the code - and I am not sure it's correct ...
0
votes
2answers
79 views
MongoDB: How to set another field (different from _id) as ID of mongo document?
For example, what if I would like to have Username as unique ID of my mongo document instead of having default "_id"?
I'd like to achieve this using mongo.exe console.
0
votes
0answers
60 views
Which NoSQL database fit best to my use case? [closed]
In the recent past, I read some articles and papers about NoSQL databases. I have a certain use case and I would like to set up a system. However, I'm not quite sure which sort of NoSQL fit best to my ...
-1
votes
1answer
65 views
Use No-Sql with EF [closed]
I want to use No-Sql in my application I think RavenDb and MongoDb are good but which one is more integrated with EF?
and is there any documentation for using theme?
2
votes
1answer
89 views
Memory efficient way to import large files and data into MongoDB?
After recently experimenting with MongoDB, I tried a few different methods of importing/inserting large amounts of data into collections. So far the most efficient method I've found is mongoimport. ...
0
votes
0answers
73 views
Writing to Cassandra Database using Pelops Client
I recently started working with Cassandra database. I was able to setup single node cluster in my local machine.
And now I was thinking to start writing some sample data to Cassandra Database using ...
2
votes
1answer
51 views
Multiple SOLR nodes sharing same index
Following on from this question, what are the thoughts on having multiple SOLR instances i.e. multiple SOLR war files, sharing the same index (i.e. sharing the same solr_home) where only one SOLR ...
1
vote
1answer
46 views
Indexing JSON or XML
What is the widely used technique in indexing a JSON or XML string when storing it on a NoSQL database like Redis?
I know database like MongoDB provides this already, but I want to understand how to ...
1
vote
2answers
96 views
Update specific values in a nested array within mongo through mongoose
I have somewhat the following schema(without _id) -
{uid: String,
inbox:[{msgid:String, someval:String}]
}
Now, in the request I get the msgid and I use it in the following mongoose query like ...
0
votes
1answer
49 views
Creating index on sorted data
I have a text file with some sorted data, splitted with newline. for example:
...
abc123
abc124
abd123
abd124
abd125
...
Now I want to create an index for the dataset, which should (at least) ...
1
vote
0answers
39 views
how to dynamic data display on scrolling with webdis and redis
I am currently trying to display the data from redis in a webpage using webdis to connect to redis, since i have like 300000+ data and it can grow even larger, i want to display the data only on ...
0
votes
1answer
82 views
MongoDB query error occurs during: org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor not found by org.eclipse.persistence.core
I'm trying execute simple queries with EclipseLink on MongoDB. I took advantage of this example.
My GlassFish version 3.1.2 By following this example, I did an update of EclipseLink.
When I execute ...
1
vote
1answer
60 views
What is the best way to query information out of a collection from within a document in RavenDB
For example say I have the following class
public class Parent
{
public string Id { get; set; }
public string Name { get; set; }
public IList<Child> Children { get; set; }
...
-1
votes
2answers
80 views
What is a good technology for storing big data in-memory for analytics? [closed]
If I have a non-distributed environment with an abundance of RAM, what would be a good strategy for storing large amounts of data (i.e. 100s of millions of records potentially) and being able to ...
1
vote
2answers
86 views
How to validate presence and regex format in rails controller?
I am trying to validate an email address.. whether it is present or not.. and whether it meets a regex criteria (/xyz/). I really need to do this on the controller or view level in rails as I am going ...
0
votes
1answer
230 views
Mongo staled with too much insertions
I trying to use mongodb to run a multiagent simulation.
I have one mongo instance in the same server that runs the simulation program, but when I have too much agents (~100.000 in 10 simulation ...
0
votes
1answer
58 views
Create ObjectId in mongoose using a seed string
I want to create an objectid in mongoose using a seed string eg-
Id = new ObjectId("alex");
Something on similar lines. But whatever examples I saw to generate the objectid require you to pass in ...
1
vote
1answer
45 views
Filter with array key in CouchDB
I want to filter documents by a value that contains the array in the key field that returns the design view that I make.
// _design/products/_view/all
function(doc) {
if (doc.type && ...




