1. Oracle готовит к запуску свою версию Java Cloud
2. Trident - способ организации real-time обработки для больших наборов данных. На базе Storm
3. Практический пример реализации системы регистрации в веб-проекте с использованием Google Accounts
4. MyNoSQL - MySQL теперь включает memcached и плагин для InnoDB, который позволяет вести обработку "в стиле" NoSQL - доступ к таблице по протоколу memcached. То есть можно рассматривать тавлицу как key-value хранилище. Дословно с сайта: "This access method avoids the overhead of SQL parsing and constructing a query optimization plan. You can store the underlying data in a single InnoDB table, or spread it across multiple tables. You can read and write data through both memcached and SQL. For example, you can do fast single-key lookups through memcached get calls, and do statistical reports across all the data through SQL."
No comments:
Post a Comment