sanveer-osahan opened a new pull request #252:
URL: https://github.com/apache/metamodel/pull/252


   Currently the time complexity for getSchemas method is O(n^2*log(n)) 
considering n number of schemas.
   The getSchemaByName call in it can be replaced with getSchemaByNameInternal 
to reduce the complexity to O(n)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to