edited by
579 views
0 votes
0 votes
Consider a B-tree with the following specifications: Page size c = 2 kB; Size of key γ = 32 bytes; Size of pointer η = 8 bytes. What is the order m of the B+-tree? How many records can a tree of height 3 store?

doubt:

x->pointer to block

8*x +(8+32)*(x-1)<=2048

x<=43.5

but given solution is

2*1024>=32*m+8(m+1)+8*m=42.2=42

please guide where i am wrong
edited by

Please log in or register to answer this question.

Related questions

6 votes
6 votes
3 answers
1
0 votes
0 votes
0 answers
2
GO Classes asked Feb 4
135 views
DBMS question: One SQL query is given. Based on the query which data structure can be used involving hashing, B+ tree, etc?