Tagged Questions
0
votes
0answers
11 views
What is the best way to model a row with an indefinite number of ordered foreign keys?
I am working on an application that will allow users to proofread texts via a web interface. The user will be able to correct errors in the text and submit the results back. Multiple users will be ...
0
votes
2answers
33 views
Which is better in performance client side joins or server side joins
If I have 2 tables employee and department
1) to join data at the server side
SELECT * FROM employee CROSS JOIN department;
we use only one connection here to grab the data
2) to join data at ...
0
votes
2answers
64 views
comment system rdbms vs nosql
What is the best way to implement a commenting system (huge data writing)?
1) Use a RDBMS database such as MySQL, 2 tables one for the topics and one for the comments
Pros is that the insertion of ...
-1
votes
0answers
56 views
Best choice moving from RDBMS to NoSQL database [closed]
Probably a question many are asking as they consider NoSQL alternatives to their aging RDBMS based systems.
I am looking for the best NoSQL alternative to replace a series of relational databases ...
0
votes
0answers
19 views
Suggestion for a way to design a document changes, versioning and merging database
I'm tasked to develop a web application that track document changes, versions and merges. The following are the details involved:
Agency / Organization details
Legislation details
Document details ...
-3
votes
0answers
33 views
Is there any RDBMS use no SQL
My question is that a lot people are trying not to use SQL while developing their project:
DatabaseTable.where( (x) => x.id == 15 )
Rather than
Select * from DatabaseTable where id == 15
So, ...
0
votes
0answers
27 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
0answers
44 views
Choosing & using an aggregate object for nosql database
Use Case
i am building a control panel for an adserver for advertisers,publishers and partners.
Requirements
Handle a log data getting bigger 500.000 rows daily.
Handle 2000+ customers
Handle ...
2
votes
2answers
100 views
JPA vs JDBC vs NoSQL for MMORPG
We are developing a 2D MMORPG space shooter using Libgdx/Netty and we've faced a question we can not resolve concerning the data.
If we use JPA and RDBMS we can achieve the ACID and ease the data ...
0
votes
0answers
87 views
NoSQL vs RDBMS for Web Site [closed]
I'm building a public Web Site but after reading about NoSQL I don't know what will be the better option for what I want\need, NoSQL or a traditional RDBMS.
What I'm building is something like ...
1
vote
1answer
111 views
NoSQL or RDBMS for audit data
I know that similar questions were asked in the subject, but I still haven't seen anyone that completely contained all my requests.
I would start by saying that I only have experience in RDBMS's so ...
-1
votes
1answer
144 views
Is mongodb (or other nosql dbs) the best solution for the following scenario?
Considering the following data structures what would be better to QUERY the data once stored in a database system (rdbms or nosql)? The fields within the metadata field are user defined and will ...
0
votes
2answers
49 views
Using RDBMS for Users and Link with NoSQL Itens
I am planning an application and wish to maintain a relational database and other non-relational, respectively, MySQL and MongoDB.
One fact is that in relational database are maintained users, and ...
0
votes
0answers
152 views
Which NoSQL database fits for a transaction processing system
I am building a Java based medium complex B2B transaction processing system on cloud, with an AJAX web front-end and Web-service APIs for partner integrations. The application will potentially be used ...
1
vote
2answers
258 views
Time series database for terabyte of data
I am looking for a time series database which can scale up to several terabytes of data.
I have looked at several options like MongoDB, RavenDB, MySQL, Sql server but I am not convinced that these are ...
0
votes
1answer
44 views
SQL like querying on a DB with more than 1 key in a table
We know that there is the concept of a primary key in traditional RDBMS systems. This primary key is basically used to index records in the table on this particular key for faster retrieval. I know ...
1
vote
0answers
69 views
scalability — nosql and rdbms [closed]
I've heard many times that nosql product often have better scalability/elasticity. But as far as I know, traditional applications such as data storage in a bank also must consider the increase of data ...
1
vote
0answers
54 views
Are MPTTs inefficient to scale?
I'm using the CakePHP ACLs that heavily rely on Modified Preordered Traversal Trees. We've been worried about how easy they are to scale.
Obviously insertions are going to quickly become expensive as ...
0
votes
0answers
168 views
What DBMS does Amazon use when you check out.
We know that Amazon uses a NOSQL key-value data store for many things, such as shopping cart, wish list, best seller list, etc. But, say you have books, clothes and an ab-cruncher in your shopping ...
0
votes
0answers
121 views
Any NOSQL or SQL options with ACID and low memory footprints?
I looking for NOSQL or SQL DB with low memory footprints and ACID properties. Basically the DB should be able to scale down to min 30MB usage of RAM and scale up to sit on many nodes/cluster. Also ...
1
vote
2answers
490 views
neo4j - graph database along with a relational database?
this is a question on best practice, i understand that there are a lot of different options for doing this, but i would like your opinions as to how you would approach solving this problem. Please ...
1
vote
2answers
403 views
Best Database for remote sensor data logging
I need to choose a Database for storing data remotely from a big number (thousands to tens of thousands) of sensors that would generate around one entry per minute each.
The said data needs to be ...
3
votes
1answer
117 views
How to implement persisted sorted list which is often updated and you need maintain the order
I need to display members of community which are sorted by last visit. There are millions of communities each of wich can have millions of members. The list should be scrollable. Because of sorting by ...
-2
votes
2answers
272 views
Create schema-free (document-oriented) table in MySQL
We are working on a LAMP-based software with customer data as a central unit.
The table with the customer data is supplied by various sources via the import interface.
The problem is, the table must ...
0
votes
2answers
54 views
Is this kind of DB relation design favourable and correct? Should it be converted to a no-sql solution?
First of all, I did my research but being rather a newbie, I am not that well acquainted with words so might have failed in founding the correct ones. I beg your pardon in case of a possible ...
2
votes
1answer
54 views
Is no sql database a good solution for a small application?
I am developing an internal web application that needs a back end. The data stored is not really RDBMS type. Currently it is in XML document fashion that the application parses (XQuery) to display ...
0
votes
1answer
141 views
Is there any way to force a schema to be respected?
First, I'd like to say that I really love NoSQL & MongoDB but I've got some major concerns with its schema-less aspect.
Let's say I have 2 tables. Employees and Movies.
And... I have a very ...
-2
votes
2answers
171 views
What do people mean when they say they don't care about database integrity? [closed]
Whenever I read about relational vs NoSQL solutions, I often hear the phrase "we didn't care so much about data integrity that relational databases provide, we needed high availability."
What do ...
1
vote
1answer
398 views
Good data store for millions of events?
We have a number of systems that daily generate a total of around 5M events. Currently we are saving these for around 10 days totaling around 40-50M events. Currently we're using an RDBMS as the ...
1
vote
2answers
518 views
Database choice for stock data [closed]
I'm wondering if NoSQL is an option for this scenario:
The input are hourly stock data (sku, amount, price and some more specific) from several sources. Older versions will just get droped. So we ...
0
votes
2answers
93 views
Why it is not possible to have something like Cassandra with RDBMS/SQL style tables?
I believe CAP theorem does not prevent this...
0
votes
2answers
963 views
What's the difference between RDBMS and NoSQL in nature?
I don't know if this topic has been discussed or not. If yes, please point me there.
I mean the REAL difference, from the perspective of design philosophy. Someone's said that RDBMS is like automatic ...
4
votes
1answer
295 views
Redis and RDBMS coexistence (hopefully cooperation) in Flask applications
I'm developing a multi-player game in Python with a Flask frontend, and I'm using it as an opportunity to learn more about the NoSQL way of doing things.
Redis seems to be a good fit for some of the ...
14
votes
2answers
613 views
How can I calculate database design storage costs?
I often have a couple different schema's in mind when starting project. After making rough guesses I realize that some are less optimized for growth or storage space than others. Obviously, the size ...
2
votes
1answer
46 views
Mongodb2 : few questions
I often hear that mongodb can perform atomicity at one collection level.
Do you know why and how this is linked to sharding?
The only difference between replication and replicasets is that both ...
3
votes
3answers
1k views
NoSQL Database for Banking System
Is this a good decision to use NoSQL database for a banking system rather than RDBMS?
If yes, What are the recommended NoSQL databases for a banking system?
3
votes
3answers
975 views
Advice on mixing MongoDB w/ MySQL for a web application
I have a web application that uses a relational database (MySQL). We're adding a new feature that will allow certain users to dynamically construct 'forms' from a pool of optional form elements and ...
5
votes
0answers
529 views
What can an RDBMS do that Neo4j (and graph databases) cant? [closed]
“A Graph Database –transforms a–> RDBMS”
The Neo4j site seems to imply that whatever you can do in RDBMS, you can do in Neo4j.
Before choosing Neo4j as a replacement for an RDBMS, I need some ...
0
votes
1answer
122 views
When to use multiple DBMS
When is it a good idea to use more than one DBMS? What are the possible repercussions, and how do you decide when to do so?
I'm currently building an application which runs an analysis on our users' ...
0
votes
0answers
53 views
Fundamental of NO-SQL
I have no idea about the No-SQL side of story. But a few questions which i understand are subjective but any opinion shall help me in getting better understanding. Following are the questions
1) How ...
0
votes
3answers
79 views
In what circumstances support of transaction is not that important?
After posting the question here, I got to know that NoSQL are better at scaling out because they make a trade off between support for transaction and scalability.
So I wonder in what circumstances ...
2
votes
2answers
2k views
Why NoSQL is better at “scaling out” than RDBMS?
I have read the following text in a technical blog discussing the advantages and disadvantages of NoSQL
"
For years, in order to improve performance on database servers, database administrators have ...
0
votes
2answers
163 views
Fast, Concurrent, Scalable Database Options for Java [closed]
What are the database options for a back-end server for storing and fast retrieval of data where concurrency and data integrity need to be maintained? The ability to scale simply in the future would ...
1
vote
1answer
284 views
NOSQL and RDBMS used by same application
Can anyone point to me of any examples in which i can use an RDBMS to maintain data but use a NOSQL database to pushout data. My goal is to add/update/delete to the RDBMS but store entities with all ...
0
votes
2answers
378 views
Is Oracle's TimesTen & Oracle NoSQL the same product?
Is Oracle's TimeTen in-memory database the same product as it's new Oracle NoSQL product offering?
UPDATE:
The genesis for this post is the following, when someone wrote:
"I don’t expect ...
0
votes
1answer
966 views
Migrating from RDBMS to NOSQL for a large legacy system
Subject: Migrating very complex, legacy client-server application to SAS enabled web-version using NOSQL
We are planning to migrate our couple of systems from RDBMS to NOSQL product. We are in the ...
2
votes
0answers
118 views
NoSql update mechanism for CRUD scenarious
I have experience on Orm Frameworks and i start to understand structure of NoSql database solutions.I will go on with some samples based on object models.
I have below document model and i want to ...
5
votes
3answers
1k views
is MongoDB and Ldap the same concept?
As Mysql, sql server, postgre sql etc are basically different implementation of the same concept (rdbms), I am wondering does the same relationship exists between LDAP and MongoDB/CouchDB etc, or is ...
0
votes
1answer
121 views
What query makes a relational database go slow? [closed]
i'm making a research to explore the weak points of a RDBMS and i was thinking about what king of query or architecture makes a RDBM slow... if there exists some Schema that don't go very well with ...
4
votes
3answers
842 views
Performance of querying relational data with document-based nosql (mongodb, couchdb, and riak, etc)
To follow up on my question on modeling relational data with nosql, I have read several articles on the subject:
Nosql doesn't mean non-relational
Nosql Ecommerce Example
They seem to suggest that ...