-1
votes
1answer
38 views
Memcached and Sharding
I'm new to both memcached & sharding.
I gone though some articles on both. I need to implement both in my application.
Articles I'd gone through were good but none of them gave me how to use …
1
vote
1answer
44 views
sharding a database with hierarchical data structure
I am using MySQL to store my parent-child relation. The data is concentrated in one table and it is really elegant by design.
I do not have any problem quering; however the table has grown in size …
0
votes
1answer
50 views
database sharding strategy
For an online marketplace product under construction, I have a situation which requires implementing a database sharding solution. I am new to sharding and after reading the posts in this forum I feel …
0
votes
3answers
52 views
Assign 10-digit char user ids to 1 of 1000 servers.
Hi -- Looking to shard a database and to assign different users to different home servers based on their user id. User IDs are 10 character strings, e.g., "f4gKUKkj91" ... each server has an ID of 1 …
0
votes
2answers
71 views
What does Sharding means from Database Design Perspective ?
What is the concept of Sharding from Database Design perspecitve ?
2
votes
1answer
229 views
How to I determine if an object exists for a given key in the Google AppEngine datastore using Java?
I'm trying to port the Sharding Counters example (code.google.com/appengine/articles/sharding_counters.html) to Java. The only problem is that the Java API does not have a call similar to Python's …
2
votes
1answer
96 views
Where should one place the code to autoincrement a sharded counter on Google App Engine/Django when one creates a new model?
I've a model MyModel (extending Gogole's db.Model), and I want to keep track of the number of Models that have been created.
I think the code at from Google's I/O talk on Sharding Counters is quite …
0
votes
3answers
120 views
Distributed Key-Value Data Store with Offline Access (Static Partitioning)
Need to be able to set server(s) that replicate all information, as a master data store that has all the data.
Also need servers that specifically store/replicate certain data, available in local …
0
votes
1answer
41 views
Have any good links/articles on job queuing & db sharding?
Does anyone have good links on how/when/why to use job queuing to scale web apps? Also, articles on db sharding would be useful too :)
3
votes
3answers
243 views
How do I speed up deletes from a large database table?
Here's the problem I am trying to solve: I have recently completed a data layer re-design that allows me to load-balance my database across multiple shards. In order to keep shards balanced, I need …
2
votes
2answers
129 views
Data Sharding
I'm interested in sharding my websites user data across multiple servers.
For example, users will login from the same place. but the login script needs to figure out what server that users data …
0
votes
0answers
279 views
can someone show how to setup pgpool 2 in parallel *query* mode ie horizontal partitioning
i did read both extensively, but finishing all the steps parallel mode or horizontal partitioning mode doesnot work!
but this is my conf file
backend_hostname, backend_port, backend_weight
here are …
0
votes
0answers
216 views
How do we do horizontal sharding/partitioning in Postgresql using pgpool-II?
Grid sql and pgpool-ii are partitioning tools for postgresql. gridsql is designed for reporting business applications.
PGPool-II for transactional systems.
Can some one show me how to do a …
2
votes
2answers
305 views
what is a good way to horizontal shard in postgresql
Hey guys
what is a good way to horizontal shard in postgresql
1. pgpool 2
2. gridsql
which is a better way to use sharding
also is it possible to paritition without changing client code
It would …
2
votes
8answers
979 views
Extreme Sharding: One SQLite Database Per User
I'm working on a web app that is somewhere between an email service and a social network. I feel it has the potential to grow really big in the future, so I'm concerned about scalability.
Instead of …
