The distributed-database tag has no wiki summary.
0
votes
0answers
12 views
Distributed DB to replicate the entire data set
I have a relatively small data set that I want replicated across several (~7) nodes.
The size of the data set would be a few (single digit) gigabytes at peak. A single machine would be capable of ...
0
votes
0answers
16 views
How I get linked server data?
I'm trying to create a distributed database and I got a problem: after created a database
, when I tried to create a view appears a error on the linked server table declaration tell me that can't ...
0
votes
1answer
29 views
Modify foreign key to create a distributed database
I'm distributing a database but I have tow tables with foreign keys references to the other database in other server. I already search and found that I can't make a foreign key referring to a table in ...
0
votes
0answers
31 views
Can centralized database be avoided by data redundancy?
I am developing a client-server system. The server has a database that stores client data. According to this source, it is not advised to have a centralized database (a single database) in the server. ...
1
vote
2answers
47 views
Consistency for read from distributed databases
I have a set of databases, distributed across multiple locations in the network and for ex. one client that needs to store some data in that databases.
I need to make sure my data will always be ...
0
votes
0answers
26 views
How to realize Distributed DBMS
I want to ask if there is any vendor (MySQL, PostgreSQL, etc.) that allows to setup lightweight distributed DBMS. It should support fragmentation and replication. I didn't find a tutorial or something ...
0
votes
1answer
42 views
mongodb indices and scaling
Reading the MongoDB documentation for indexes, i was left a little mystified and unsettled by this assertion found at: http://docs.mongodb.org/manual/applications/indexes/#ensure-indexes-fit-ram
...
0
votes
0answers
35 views
Dynamic distributed DB
I need of a suggestion. I'm searching for a distributed database, noSQL, which is dynamically modified. I try to be a bit more expressive:
I have a central server, that has some other server ...
0
votes
1answer
82 views
Horizontal partition without a helpful attribute (Distributed Databases) [closed]
I have a problem concerning horizontal partition as a distribution strategy for distributed databases.
As far as i know, it can be specified by a condition on one or more attributes of the table. ...
1
vote
0answers
99 views
Implementing a distributed database system using Microsoft Excel (back-end) and JSP (front-end)
i am working on a project which is in short a distributed database project.
**Requirements**
module 1:
1) Read and update an excel sheet using an excel sheet which already contains some data.
...
0
votes
2answers
92 views
Distributed Database
I NEED YOUR HELP
ANY IDEA ANY SOLUTION
SCENARIO:
An organization suppose Jason industries have its branches in different regions of country. In each branch there is a local database where they ...
2
votes
1answer
123 views
Distributed database - Eventual Consistency Implications
I've been learning more about eventual consistency and distributed database, and I have a question.
In my scenario, I have a distributed database that stores some listings users have posted (for ...
2
votes
0answers
120 views
looking for code that produces a Clustered Affinity Matrix used in database vertical partitioning
Before I spend time writing it myself, does anyone have pointers to implementations (in any language but Python, Java, C, C++ would be preferred) of algorithms that are used in database vertical ...
0
votes
1answer
260 views
Looking for a lightweight-ish distributed DB/cache
I will store simple plain text, but I'm looking for these features from a (D)DB/cache:
Replication across all nodes
Adding nodes to a live cluster
It's free
Persistence to disk (not to another DB)
...
0
votes
1answer
161 views
What kind of database in regards to cap theorem should be used for an mmo?
Let's say an mmo was being created with the features of being first person view, having one world everyone plays in (like eve online), and being a sandbox game. What database would best suit it's ...
2
votes
1answer
644 views
Looking for a mature, scalable GraphDB with .NET or C++ binding
My basic requirements from a GraphDB:
Mature (production-ready)
Native .NET or C++ language binding
Horizontal scalability: both
Automated data redundancy and sharding
Distributed graph algorithms ...
2
votes
2answers
462 views
Distributed database synchronization
I am trying to understand at a conceptual level , how are databases synchronized when they are largely distributed. eg a rail/airline reservation system. Do each of the market leaders have their own ...
2
votes
1answer
539 views
Key-Value storage with realtime multimaster replication
Are there any opensource distributed key-value storage which satisfy following conditions.
Almost real-time multimaster replication. (tie-breaker will be based on timestamp and not anything more ...
0
votes
1answer
475 views
Distributed C++ game server which use database
My C++ turn-based game server (which uses database) does not stand against current average amount of clients (players), so I want to expand it to multiple (more then one) amount of computers and ...
3
votes
3answers
322 views
Data allocation in the distributed databases
How to optimize a data allocation in the distributed database?
Are there any software products for solving this problem?
For example:
There are some number of connected servers for the distributed ...
1
vote
3answers
338 views
Distributed Database Computing - Is it really possible within the RDBMS paradigm?
I am asking this in the context of NoSQL - which achieves scalability and performance without being expensive.
So, if I needed to achieve massively parallel distributed computing across databases ...
...
0
votes
3answers
189 views
What would you recommend to read to a person who is going to write his own DB?
Since there are no answers to my previous question. I'm really thinking to implement a custom DB which will satisfy my requirements.
Yes I know, sounds crazy.
But what books, articles and etc. ...
4
votes
2answers
946 views
Looking for distributed, in-memory Graph DB
Is there a database which will satisfy all (or at least most) of this requirements?
Graph oriented - optimized for storing graphs and traversal(e.g HyperGraphDB, Neo4j)
Running in memory, but having ...
1
vote
2answers
169 views
Which database for a web crawler, and how do I use MySQL in a distributed environment?
Which database engine should I use for a web crawler, InnoDB or MYiSAM? I have two PC's, each with 1TB hard drives. If one fills up, I'd like for it to save to the other PC automatically, but reads ...
0
votes
3answers
733 views
What alternatives do I have if I want a distributed multi-master database?
I will build a system where I want to reduce single-point-of-failures, and I need a database. Is there any (free) relational database systems that can handle multi-master setups good (i.e where it is ...
147
votes
12answers
10k views
What scalability problems have you encountered using a NoSQL data store?
NoSQL refers to non-relational data stores that break with the history of relational databases and ACID guarantees. Popular open source NoSQL data stores include:
Cassandra (tabular, written in ...
12
votes
9answers
3k views
Need a distributed key-value lookup system
I need a way to do key-value lookups across (potentially) hundreds of GB of data. Ideally something based on a distributed hashtable, that works nicely with Java. It should be fault-tolerant, and ...

