The Artima Developer Community
Sponsored Link

Java Buzz Forum
RAIDb: Redundant Array of Inexpensive Databases - I like the sound of that!

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic    
Flat View: This topic has 0 replies on 1 page
Padraic R

Posts: 24
Nickname: prenagha
Registered: Sep, 2002

Padraic is a Java system architect
RAIDb: Redundant Array of Inexpensive Databases - I like the sound of that! Posted: Jun 7, 2003 10:12 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Padraic R.
Original Post: RAIDb: Redundant Array of Inexpensive Databases - I like the sound of that!
Feed Title: plog
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: Padraic Renaghan's musings about (mostly) java software development
Latest Java Buzz Posts
Latest Java Buzz Posts by Padraic R
Latest Posts From plog

Advertisement

Great idea. String together a couple cheap/free db's on your backend and treat them like a cluster for high performance read access (which is what most webapps seem to be anyway, at least in terms of percentage of reads vs. writes).

"C-JDBC provides a flexible architecture that allows you to achieve scalability, high availability and failover with your database tiers. C-JDBC instantiates the concept of RAIDb : Redundant Array of Inexpensive Databases. The database is distributed and replicated among several nodes and C-JDBC load balance the queries between these nodes."

As usual, thanks to Erik for the pointer.

Read: RAIDb: Redundant Array of Inexpensive Databases - I like the sound of that!

Topic: ctl+shift+v in IDEA Previous Topic    

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use