I am going through Vault documentation, and it is unclear to me that how many key/value pairs can be stored under one namespace, one mount point and one secret.
Are the below formulae correct when calculating the total storage size for 100,000 key/value pairs?
Size per version=key size + value size + metadata size
Size per version=100bytes+100bytes+21bytes=221bytes
Total storage size=100,000×Size per version
Total storage size=100,000×221bytes=22,100,000 bytes≈22.1MB