Storage Systems for High Scalable Systems

The High Scalable Systems (i.e. Websites) such as: Google, Facebook, Amazon, etc. need high scalable storage system that can deal with huge amount of data with high availability and reliability. Building large systems on top of a traditional RDBMS data storage layer is no longer good enough. This presentation explores the landscape of new technologies available today to augment your data layer to improve performance and reliability.



Remember: All of my presentations contents is open source, please feel free to use it, copy it, and re-distribute it as you want.

Download PPTX format.

Download PDF format.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • Reddit

8 Responses to “Storage Systems for High Scalable Systems Presentation”

  1. SteveL Says:

    It’s easy to dismiss the RDBMs as legacy, but look at hadoop and it is doing scheduling, resource management (HOD), locking (Zookeeper), execution plans (pig). We’re just doing it on a different level of scale. The problems: what to run, where are still there.

    Also, DBs can scale, just most people run out of money before they top out of oracle’s HDD space. It’s a financial limit, not a technical one. That doesn’t make switching to Hadoop+HBase, Cassandra or Voldemort less valid, because lowering your cost/entry makes saving every log entry forever possible. But most people who say “they’ve reached the limits of a database” really mean “we can’t afford to scale up Oracle or DB2 any more”.

    These are the people who come to Hadoop with an unrealistic set of expectations “I want a drop in replacement for Oracle for $0″, have heard the stories, and end up going away disappointed.

  2. Life, Oracle » Storage Systems For Scalable Systems Says:

    [...] Just find a good stuff about scalable storage system, especially Key-Value storage system part. You can download the PDF or PPT format presentation from author blog. [...]

  3. Interesting Finds: 2009 09.01 ~ 09.05 - gOODiDEA.NET Says:

    [...] Storage Systems for High Scalable Systems Presentation [...]

  4. Andreas Stephan Says:

    Nice presentation. Thanks! I shared it on slideshare: http://www.slideshare.net/andyman3000/storage-systems-for-high-scalable-systems-presentation

  5. Marton Trencseni Says:

    There’s also Keyspace, which can handle 100.000 ops/sec in 3-way replicated mode, uses Paxos, so it may be used like Chubby in certain environments. We’re using it in production right now.

  6. Vina Key-Value Store System Benchmark | Haytham El-Fadeel Says:

    [...] I expect you to know what is key-Value store system. If you don’t know what is Key-Value store systems I suggest you to read the following posts: – Against all the odds – Drop ACID and Think About Data – Storage Systems for High Scalable Systems presentation [...]

  7. Schickb Says:

    This presentaion does little more than make claims without many facts to back them up. RDBM systems still have plenty of uses in scalable systems if applied properly. Claiming that they are unusable because they were invented decades ago is just silly. Do you believe they are unchanged over that time? Unix is similarly aged. Is that also pointless?

    Both types of storage systems have good uses. But only one has a growing band-wagon, which this author is clealy riding.

  8. Gaea – Redes Sociales Verticales | Comunidades Online | Web 2.0 | Agile Development | E-Salud | Software Libre » Blog Archive » Sistemas de Almacenamiento Altamente Escalables Says:

    [...] presentación podeis descargarla desde su entrada de blog en dos formatos: PPTX y [...]

Leave a Reply