staff:courses:no_sql_introduction:calculating_data_model_size

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

staff:courses:no_sql_introduction:calculating_data_model_size [2017/11/16 08:14]
mark
staff:courses:no_sql_introduction:calculating_data_model_size [2022/12/10 09:08]
Line 1: Line 1:
-====== Вычисление объема модели данных ====== 
- 
-На данной странице будут собираться материалы о том, как оценить и измерить объем БД для различных СУБД. 
- 
-  - MongoDB 
-    - Типы данных 
-      - https://​docs.mongodb.com/​manual/​reference/​bson-types/​ 
-      - https://​www.tutorialspoint.com/​mongodb/​mongodb_datatype.htm 
-    - Фактический объем БД 
-      - https://​docs.mongodb.com/​manual/​reference/​method/​db.collection.dataSize/​ 
-      - https://​docs.mongodb.com/​manual/​reference/​command/​dbStats/​ 
-  - Neo4j 
-    - Типы данных http://​neo4j.com/​docs/​2.1.5/​graphdb-neo4j-properties.html 
-    - Фактический объем БД 
-      - du -sh {$NEO4J_HOME}/​data/​graph.db 
-  - Memcached 
-    - https://​www.phase2technology.com/​blog/​using-command-line-get-memcache-statistics 
-  - ArangoDB 
-    - Типы данных https://​docs.arangodb.com/​3.0/​AQL/​Fundamentals/​DataTypes.html ​ 
-    - Фактический объем БД https://​github.com/​arangodb/​arangodb/​issues/​576 
- 
  
staff/courses/no_sql_introduction/calculating_data_model_size.txt · Last modified: 2022/12/10 09:08 (external edit)