Tagged Questions

0
votes
2answers
61 views

What does Sharding means from Database Design Perspective ?

What is the concept of Sharding from Database Design perspecitve ?
1
vote
1answer
80 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 …
0
votes
3answers
111 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, av …
2
votes
1answer
203 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 sim …
3
votes
3answers
212 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 shard …
0
votes
0answers
222 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, back …
0
votes
1answer
35 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 :)
2
votes
8answers
940 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 scal …
0
votes
0answers
172 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 …
2
votes
2answers
239 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 c …
2
votes
2answers
122 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 t …
10
votes
3answers
350 views

When people talk about scaling a website with ‘shards’, what do they mean?

I have heard the 'shard' technique mentioned several times with regard to solving scaling problems for large websites. What is this 'shard' technique and why is it so good?
0
votes
3answers
294 views

MySQL Proxy Alternatives for Database Sharding

Are there any alternatives for MySQL Proxy. I don't want to use it since it's still in alpha. I will have 10 MySQL servers with table_1 table_2 table_3 table_4 ... table_10 sprea …
2
votes
3answers
175 views

How to create unique row ID in sharded databases?

In a non-sharded DB, I could just use auto-increment to generate a unique ID to reference a specific row. I want to shard my DB, say into 12 shards. Now when I insert into a speci …
6
votes
5answers
1k views

Database sharding and Rails

What's the best way to deal with a sharded database in Rails? Should the sharding be handled at the application layer, the active record layer, the database driver layer, a proxy …

1 2 next
15 30 50 per page