0 votes
in HDFS by
How is indexing done in HDFS?

2 Answers

0 votes
by

How is indexing done in HDFS?

Hadoop has a unique way of indexing. Once Hadoop framework store the data as per the block size. HDFS will keep on storing the last part of the data which will say where the next part of the data will be. In fact, this is the base of HDFS.

0 votes
by
Hadoop has its own way of indexing. Depending upon the block size, once the data is stored, HDFS will keep on storing the last part of the data which will say where the next part of the data will be. In fact, this is the base of HDFS.

Related questions

+3 votes
asked Nov 25, 2022 in Hadoop by john ganales
0 votes
asked Dec 21, 2022 in HDFS by Robin
...