The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
159 views

SQL Server 2008 R2 - Merge Replication - Can the Distribution Database size cause replication problems?

Setup: We have a SQL Server 2008 R2 instance running on a central server. The server is a merge-replication publisher. We have 'N' subsribers running SQL Server 2008 Express. 'N' can grow to any ...
0
votes
0answers
19 views

MySql Scalability, Master Slave replication a good idea? Read description please

I have a database on mysql which is scaling on daily basis and right now its on 5M records and in a month it may double itself. I have a table containing users data which is the largest one. I have ...
0
votes
0answers
48 views

How to store massive quantities of machine generated data?

I am tasked with developing a system that stores massive quantities of machine generated data (syslogs) from a number of server farms and I am wondering what tools you fine folks use such instances. ...
0
votes
0answers
204 views

MySQL Amazon RDS DIY Sharding Strategy (plug-n-play)

I'm creating my own sharding solution with MySQL. I develop my application in ASP.NET 4.5. My idea is to create a document wit the available shards for every table: components_servers[ {shard_id: ...