opt memory usage of schema service

This commit is contained in:
obdev
2023-05-26 13:16:48 +00:00
committed by ob-robot
parent 43ea6cec49
commit d9e3c7357d
22 changed files with 88 additions and 79 deletions

View File

@ -73,7 +73,7 @@ class ObKeystoreMgr
public:
typedef common::ObSortedVector<ObKeystoreSchema *> KeystoreInfos;
typedef common::hash::ObPointerHashMap<ObKeystoreHashWrapper, ObKeystoreSchema *,
ObGetKeystoreKey> ObKeystoreMap;
ObGetKeystoreKey, 128> ObKeystoreMap;
typedef KeystoreInfos::iterator KeystoreIter;
typedef KeystoreInfos::const_iterator ConstKeystoreIter;
ObKeystoreMgr();