Latest Activity

Profile IconShubham Verma, Ranjit Das, Adari P N Lalitha Devi and 1 more joined LIS Links
yesterday
Surendra Singh is attending Dr. Ashis Biswas's event
Saturday
Dr. Ashis Biswas posted an event
Saturday
Profile IconAbhishek shriyal and AMAN SAHU joined LIS Links
Saturday
Pssprakasarao updated their profile
Friday
Profile IconSwati Malvi, S.Francis Selvaraj and Siva M joined LIS Links
Thursday
Dr. U. PRAMANATHAN posted a blog post
Nov 18
Dr.Stephen.G was featured
Nov 18
Dr. U. PRAMANATHAN posted a discussion
Nov 18
Surendra Singh left a comment for Arnica Kumari
Nov 18
Profile IconAyushi kushwaha, Shyamghan Nayak, Raja Rajeshwari G and 1 more joined LIS Links
Nov 17
Profile IconRamachandran K, KASTHURI PRIYA, Ashutosh Panigrahi and 1 more joined LIS Links
Nov 16
Dr. T. Raja updated their profile
Nov 16
N.Harilakshmi posted a discussion
Nov 16
Dr. U. PRAMANATHAN posted blog posts
Nov 14
Dr. U. PRAMANATHAN posted discussions
Nov 14
Dr. Ashis Biswas posted events
Nov 14
Profile IconAshwini C, PILLI HARSHA, Uchenna Okafor and 3 more joined LIS Links
Nov 14
Dr. Ashis Biswas might attend Dr. Ashis Biswas's event
Thumbnail

RESCOMM 2025: Research Communication Conclave at Ashoka University

December 17, 2025 at 9am to December 19, 2025 at 6pm
Nov 14
Parthasarathivamanan.K posted an event

International Conference at Hybrid Mode (Offline and Online)

December 12, 2025 at 9am to December 13, 2025 at 6pm
Nov 13

ratika kapoor

Views: 283

Reply to This

Replies to This Forum

B-Tree is an indexing technique most commonly used in databases and file systems where pointers to data are placed in a balance tree structure so that all references to any data can be accessed in an equal time frame. It is also a tree data structure which keeps data sorted so that searching, inserting and deleting can be done in logarithmic amortized time.

The B-Tree belongs to a group of techniques in computer science known as self-balancing search trees which attempts to automatically keep the number of levels of nodes under the root small at all times. It is the most preferred way to implement sets, associative arrays and other data structures that are used in computer programming languages, relational database management systems and low level data manipulations.

B-Trees

Introduction

A B-tree is a specialized multiway tree designed especially for use on disk. In a B-tree each node may contain a large number of keys. The number of subtrees of each node, then, may also be large. A B-tree is designed to branch out in this large number of directions and to contain a lot of keys in each node so that the height of the tree is relatively small. This means that only a small number of nodes must be read from disk to retrieve an item. The goal is to get fast access to the data, and with disk drives this means reading a very small number of records. Note that a large node size (with lots of keys in the node) also fits with the fact that with a disk drive one can usually read a fair amount of data at once.

Definitions

A multiway tree of order m is an ordered tree where each node has at most m children. For each node, if k is the actual number of children in the node, then k - 1 is the number of keys in the node. If the keys and subtrees are arranged in the fashion of a search tree, then this is called a multiway search tree of order m. For example, the following is a multiway search tree of order 4. Note that the first row in each node shows the keys, while the second row shows the pointers to the child nodes. Of course, in any useful application there would be a record of data associated with each key, so that the first row in each node might be an array of records where each record contains a key and its associated data. Another approach would be to have the first row of each node contain an array of records where each record contains a key and a record number for the associated data record, which is found in another file

RSS

© 2025   Created by Dr. Badan Barman.   Powered by

Badges  |  Report an Issue  |  Terms of Service

LIS Links whatsApp