随笔分类 - data
摘要:http://blog.sciencenet.cn/home.php?mod=space&uid=287179&do=blog&id=883429
阅读全文
摘要:COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION In the literature, clusters are classified in a number of different way
阅读全文
摘要:COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION 17.5 CLUSTERSAn important and relatively recent development computer sy
阅读全文
摘要:https://www.enterprisedb.com/well-known-databases-use-different-approaches-mvcc Well-known Databases Use Different Approaches for MVCC Well-known Data
阅读全文
摘要:https://en.wikipedia.org/wiki/Multiversion_concurrency_control Multiversion concurrency control (MCC or MVCC), is a concurrency control method commonl
阅读全文
摘要:https://mp.weixin.qq.com/s/pMOqLJVCVuKG65ClXKHv7g 【科技文】PGXZ—腾讯分布式关系数据集群—架构解析 Original 2016-06-27 jasonysli 腾讯技术工程官方号 jasonysli李跃森本文作者数据平台部存储引擎组PGXZ项目负
阅读全文
摘要:http://support.minitab.com/en-us/minitab/17/topic-library/modeling-statistics/multivariate/principal-components-and-factor-analysis/what-is-pca/ http:
阅读全文
摘要:https://gigaom.com/2011/12/06/facebook-shares-some-secrets-on-making-mysql-scale/ Facebook shares some secrets on making MySQL scale Derrick Harris De
阅读全文
摘要:BIG TABLE 1-toSMALLtable @-toMEMORY
阅读全文
摘要:DATABASE SYSTEM CONCEPTS, SIXTH EDITION11.1 Basic ConceptsAn index for a file in a database system works in much the same way as the indexin this textb
阅读全文
摘要:1 [SQL]DROP PROCEDURE IF EXISTS truncate_insert_sales_rank_toparow_week; 2 受影响的行: 0 3 时间: 0.001s 4 5 [SQL] 6 7 CREATE PROCEDURE truncate_insert_sales_rank_toparow_week () 8 BEGIN ...
阅读全文
摘要:w-BIG TABLE USING BTREE >BETTER >USING HASH
阅读全文
摘要:https://developers.google.com/search/docs/guides/intro-structured-data Structured data refers to kinds of data with a high level of organization, such
阅读全文
摘要:http://dev.mysql.com/doc/refman/5.7/en/sql-syntax-prepared-statements.html
阅读全文
摘要:DATABASE SYSTEM CONCEPTS, SIXTH EDITION There is a trade-off that the system designer must make between access timeand space overhead. Although the de
阅读全文
摘要:https://dev.mysql.com/doc/refman/5.7/en/glossary.html#glos_ddl SQL The Structured Query Language that is standard for performing database operations.
阅读全文
摘要:http://sqlite.org/whentouse.html Appropriate Uses For SQLite SQLite is not directly comparable to client/server SQL database engines such as MySQL, Or
阅读全文
摘要:Computer Science An Overview _J. Glenn Brookshear _11th Edition To emphasize the delicate nature of DBMS design, we should note that thereare subtle p
阅读全文
摘要:Computer Science An Overview _J. Glenn Brookshear _11th Edition Before a transaction is allowed to alter the database, the alteration to be per-formed
阅读全文