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
{{ message }}
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.
The INFORMATION_SCHEMA that includes the information regarding the system (eg. the tables, columns, schema, constraints, etc.) is not important in a Lite version: it bloats a limited-resource system with views and it also requires the Security features that are going to be suppressed in Lite.
Also, the SHOW statement has to be suppressed or redesigned, since it makes a large use of the INFORMATION_SCHEMA.
The text was updated successfully, but these errors were encountered:
The INFORMATION_SCHEMA that includes the information regarding the system (eg. the tables, columns, schema, constraints, etc.) is not important in a Lite version: it bloats a limited-resource system with views and it also requires the Security features that are going to be suppressed in Lite.
Also, the SHOW statement has to be suppressed or redesigned, since it makes a large use of the INFORMATION_SCHEMA.
The text was updated successfully, but these errors were encountered: