Questions tagged [sharding]
51 questions
0
votes
1 answer
SQl Server sharding
Can SQL Server be sharded for distributed data processing? Or are there any limitations that prevent relational databases from being sharded ?

Maximusawesome
- 111
- 4
0
votes
3 answers
Splitting a MySQL DB in two may ease server from "Too many connetions"? I don't think so
I was requested to split a MySQL in two, it's kind of a horizontal partition, in which some rows correspond to one site, and some other correspond to another site.
But they want to split it in two DBs in the same MySQL server.
I'm no DB expert but I…

Petruza
- 285
- 3
- 9
0
votes
2 answers
2 partitions in a sharded mysql database
the first one is running at 73% memory utilization. The second one runs at 16% utilization.
how can i balance the 2 out?
ming yeow
0
votes
0 answers
Is it possible to create a big WindowsVPS from several DedicatedServer in openstack?
I need a WindowsVPS with a lot of hardware resources that are not available on a single DedicatedServer.
I'm wondering if I can create a big WindowsVPS with three DedicatedServer resources using openstack?
I want to connect to this created…

pest
- 1
- 1
0
votes
1 answer
Shards in Kubernetes
We have an application that we are running in kubernetes. However, this application only support a fixed number of people.
It has multiple systems:
DB
Authentication system
Web Application
Media manager
We can scale the Web Application and the…

AbrahamSustaita
- 113
- 4
-3
votes
1 answer
Mysql Cluster Sharding/partitioning
Ok so i have mysql cluster setup but what i need is say table assets to be split among the nodes, not replicated. as the purpose of me setting up the cluster was due to lack of hard drive space so how do i get the cluster to split the table among…