Recent questions tagged bplustrees

0 votes
3 answers
2
0 votes
0 answers
3
https://gateoverflow.in/91199/gate1989-12a34 should go up right? or we have choice to move either 34 or 50 up?
2 votes
1 answer
4
How to prove that if same size blocks are allocated to B trees and B+ trees then:-No. of index nodes in B tree >= No. Of index nodes in B+ tree
2 votes
1 answer
6
Consider the following $B^+$ tree with the order of internal and leaf nodes as $3$ and $2$ respectively: The minimum number of key insertions that causes a new level to b...
2 votes
0 answers
8
a) 1631b)1635c)716d)713
0 votes
1 answer
9
Does values in Leaf nodes of B+ tree repeats or ever leaf node has an unique value?
0 votes
0 answers
10
can anyone please explain the standard/universal procedure on how to perform deletion in b+ tree with the help of an example.
0 votes
0 answers
11
can anyone please explain the standard/universal procedure on how to perform insertion in b+ tree with the help of an example.
2 votes
1 answer
12
Suppose size of block 1000 bytes search key of 12 bytes, pointer size 8 bytes. How many maximum records in DB file which can index by dense B+ tree of 2 levels?
2 votes
2 answers
13
The minimum number of elements (keys) that need to be inserted into a B+ tree with the order of internal node 3 [maximum child pointers per node] and leaf node 2 [maximum...
1 votes
1 answer
14
$\text{Insertion Sequence}$ : $8,5,1,7,3,12,9,6$Can someone plz show the Sequence of insertion in B+ tree step by step Thanks
4 votes
2 answers
15
pls explain
1 votes
1 answer
16
Given a data file with 100 records per page and 1000 pages and on indexpage capacity of 512 index entries, how deep should be the B+ tree toindex this file.please explain...
2 votes
2 answers
19
2 votes
0 answers
20
2 votes
1 answer
21
1 votes
2 answers
22
0 votes
1 answer
23
answer on virtual gate ia given 2, while my answer is 1.
0 votes
1 answer
24
Assume a B-plus tree as:Size of search key=15BSize of block=512BSize of record pointer=9BSize of block pointer=8BWhat is the maximum number of nodes that can be accomodat...
0 votes
1 answer
25
What is the maximum number of nodes if a B+ tree has order 4 and number of levels as 6?
0 votes
2 answers
26
What is the maximum number of records that can be indexed for a B+ tree of 4 levels with order 10 and root at level 1?
To see more, click for the full list of questions or popular tags.