-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Лекции курса | ||
|
||
1. Введение. | ||
2. Модели хранения данных – строковая модель, колоночная, графовая, документная. | ||
3. Языки запросов к различным моделям хранения – SQL, Cypher. | ||
4. OLTP vs. OLAP, аналитические базы данных и эффективное представление данных для выполнения аналитических задач. | ||
5. Поисковые индексы и эффективное хранение и применение индексов на диске – хэш-таблицы, деревья поиска, пространственные индексы, полнтоекстовый поиск. | ||
6. Форматы хранения данных – таблицы, protobuf, avro. | ||
7. Озера данных, витрины данных. | ||
8. Популярные NoSQL хранилища и СУБД: Scylla/Cassandra, HDFS, HBase, Redis, Memcached, ElasticSearch/Solr, MongoDB, ClickHouse. |