Some interesting notes on sharding/data partitioning using SQL:
- Database 
sharding at netlog with MySql and PHP  - Distributed Set Processing with Shard-Query
 - Data partitioning - scaling 
database  - Some previously described here
 
But, these are more interesting - notes on designing a complex, distributed, object graph:
- Beyond the Data Grid: Coherence, Normalisation, Joins and Linear Scalability
 - Avatara - LinkedIn's home grown OLAP
 - Some previously described here
 
I came across ActiveJDBC (yeah yeah.. I know what you are thinking.. another ORM) but this is simple and only aims to solve the simple (80%) cases. Very unobtrusive.
Some IO related system internals:
- Interesting article about mmap and Linux O_DIRECT
 - VMtouch - finding how many pages of your file are cached
 
A detour:
- What goes on behind the (IT) scenes in an Investment bank?
 - An interesting talk on Re-thinking IT by John Seddon a Systems thinker
 
No comments:
Post a Comment