Revamp Metadata operations at underlying storage level
Description
Metadata store perform many operations under in either one transaction which can be large enough to lead to transaction timeout or performs under multiple transaction and nested transactions too. We should revamp the metadata store to be able to scale and at the same time consider if hbase is the right solution storage for it.
Metadata store perform many operations under in either one transaction which can be large enough to lead to transaction timeout or performs under multiple transaction and nested transactions too. We should revamp the metadata store to be able to scale and at the same time consider if hbase is the right solution storage for it.