Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/sql/81.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql 关系数据库系统使用哪些数据结构来存储数据?_Sql_Database_Database Design_Data Structures - Fatal编程技术网

Sql 关系数据库系统使用哪些数据结构来存储数据?

Sql 关系数据库系统使用哪些数据结构来存储数据?,sql,database,database-design,data-structures,Sql,Database,Database Design,Data Structures,您是否还可以描述在数据库系统的上下文中使用特定结构的好处?我在一次采访中被问到这个问题。B-trees。分层索引、排序键和平衡树支持快速检索是主要优势,可以很好地处理大量数据和插入/更新/删除

您是否还可以描述在数据库系统的上下文中使用特定结构的好处?我在一次采访中被问到这个问题。

B-trees。分层索引、排序键和平衡树支持快速检索是主要优势,可以很好地处理大量数据和插入/更新/删除