Post
Topic
Board Development & Technical Discussion
Topic OP
What is the format data in LevelDB that is for blocks?
by
BoyFromDubai
on 22/05/2023, 13:33:30 UTC
Am I right that LevelDB stores information like number_of_block -> file_for_that_block and it's done for downloading blocks in parallel? If so, then what is the format of data in LevelDB for blocks? And why data of blocks are not sent like block_data + block_num so the receiver can save the file with the got number and we don't need a database?