Уровень 0 · материалов: 2
В кластер включены документы об архитектуре и внедрении систем баз данных, но не включены материалы о системах контроля версий и управления проектами.
Общие признаки: базы данных, хранение данных, техническая реализация БД
Группа выше: Выбор и сравнение систем управления базами данных
Смысл: The main idea is to teach web developers how to implement and manage client-side relational databases using the Web SQL API in HTML5, highlighting its capabilities compared to Web Storage.
A technical guide explaining how to connect to, query, and manage an SQLite-based Web SQL database within an HTML5 web application using JavaScript.
Смысл: The text describes how FriendFeed overcame MySQL's schema rigidity and locking issues by storing data as serialized objects and implementing a custom, decoupled indexing system to achieve NoSQL-like flexibility while retaining MySQL's stability.
FriendFeed implemented a schema-less storage layer over MySQL by storing data as blobs and using separate tables for each index to avoid costly schema migrations.