Reputation: 619
Ive read some theoretical stuff about Distributed databases and was wondering if anyone of you know some good practical references(links or something) regarding sample DDBMS data models, data fragmentation and replication techniques and so on? It doesn't have to be very complicated.
Upvotes: 0
Views: 1176
Reputation: 2016
I'll attempt a response, as I've many years' practical experience with (distributed) DBMS architectures... though I can't identify a text I'd recommend that addresses so broad a field. For an overview of the subject area, I'd start with Wikipedia...
My personal perspective is that a database is just one possible application of distributed software architectures. The distributed nature of a DBMS is a relatively simple concept - but software architectures to make effective use of distributed databases are substantially more involved. No post on database technology would be complete without recommending the writings of Chris Date, whose prolific work spans most of database technology. Another author to consider is Jeff Ullman.
This is far from a complete answer to your question, but - I hope - it allows you to focus on what specific aspects of distributed database technology are of interest to you.
Upvotes: 4