You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every call of getTables(), getColumns() or getIndexes() makes recursive scan of all table in all directories. We can use short-live cache for it, because usally all these calls are made in the same time (on application initialization etc.)
The text was updated successfully, but these errors were encountered:
Every call of getTables(), getColumns() or getIndexes() makes recursive scan of all table in all directories. We can use short-live cache for it, because usally all these calls are made in the same time (on application initialization etc.)
The text was updated successfully, but these errors were encountered: