Yahoo 知識+ 將於 2021 年 5 月 4 日 (美國東岸時間) 停止服務,而 Yahoo 知識+ 網站現已轉為僅限瀏覽模式。其他 Yahoo 資產或服務,或你的 Yahoo 帳戶將不會有任何變更。你可以在此服務中心網頁進一步了解 Yahoo 知識+ 停止服務的事宜,以及了解如何下載你的資料。
Does saving data on blockchain increase data access speed ?
Iam planning to do a project involving the concept of blockchain. My main instructor told me that blockchain is used for fast data access. He says that data in blockchain can be accessed very fastly since links are maintained. Is he correct ? . Is blockchain faster than database when it comes to access time ?
2 個解答
- Robert JLv 72 年前
No.
A properly indexed database will be faster, especially with large numbers of records.
Even if the blockchain uses a linked-list structure and could support a binary search, the amount of data to read and process while doing the search would be vastly greater than using a separate index file.