Proceedings of the 1986 ACM SIGMOD International Conference on Management of Data - SIGMOD '86 1986
DOI: 10.1145/16894.16878
|View full text |Cite
|
Sign up to set email alerts
|

Query processing in main memory database management systems

Abstract: Most pmv~ous work m the ama of mam memory database systems has focused on the problem of developing query processmg techmoues that work well wnh a very large buffer pool In thus paper, -we address query processmg issues for memoryresrdent relauonal databases, an envuonment wrth a very dtfferent set of costs and pnonues We present an arclutectum for a main memory DBMS, discussing the ways m whtch a memory resident database differs from a disk-based database We then address the problem of processmg relauonal que… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
65
0
1

Year Published

1987
1987
2020
2020

Publication Types

Select...
4
2
2

Relationship

0
8

Authors

Journals

citations
Cited by 115 publications
(69 citation statements)
references
References 0 publications
0
65
0
1
Order By: Relevance
“…This section summarizes related work on index structures. In particular, they are Linked List, AVL Tree [18], and T Tree [19]. Figure 2 shows the structure of a linked list.…”
Section: Motivationmentioning
confidence: 99%
See 2 more Smart Citations
“…This section summarizes related work on index structures. In particular, they are Linked List, AVL Tree [18], and T Tree [19]. Figure 2 shows the structure of a linked list.…”
Section: Motivationmentioning
confidence: 99%
“…The performance of this index structure is often poor when exact match queries or range queries occur. An AVL tree [18] is a self-balancing binary search tree, and it is said being height-balanced. The heights of any two child AVL subtrees of any node differ by at most one, as shown in Fig.…”
Section: Motivationmentioning
confidence: 99%
See 1 more Smart Citation
“…The T-tree (Lehman & Carey, 1986) is an indexing structure developed for main memory databases where data is accessed via pointers rather than read from disk and where space efficiency is an important consideration. Services in our testbed maintain data in memory, and therefore the T-tree would appear to be an especially suitable structure.…”
Section: T-treementioning
confidence: 99%
“…Coupling the use of large main memories and support for complex queries requires a new ap proach to physical database design and query optimization. One ap proach that is being currently investigated is to make the database memory resident [DK084,Gr85], and design a query optimizer that takes advantage of memory residency [AHK85,Bi86,LC86,Sh86].…”
Section: Introductionmentioning
confidence: 99%