Improve MetaDataStorageHandlerPdo::getMetaData() performance
By using an appropriate WHERE clause in the SQL statement, we can avoid loading the whole dataset in getMetaData(), which brings an welcome performance improvement with large Metadata sets.
Loading
Please register or sign in to comment