The nature of being able to perform transactions that sequentially align data with certain rules is an excellent match
データを特定のルールに従って順次整列させてトランザクションを行うことができる性質は、非常に適しています

It was ideal for sequentially stacking and processing statistical data in blocks. In FromHDDtoSSD, we have directly connected it using extern “C”, which has made the process faster.
Using JSON-RPC or protobuf surprisingly took more time. This is due to the high frequency of access. The only drawback is that it cannot be rewritten, and that’s the nature of blockchain.
統計データをブロックに順次積み重ねて処理するのに理想的でした。FromHDDtoSSDでは、extern “C”を使用して直接接続し、処理速度を向上させました。
JSON-RPCやprotobufを使うと驚くほど時間がかかりました。これはアクセス頻度が高いためです。唯一の欠点は、書き換えができないことですが、それがブロックチェーンの性質です。