greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

Scripts table should be created for each database/schema

Open sunng87 opened this issue 3 years ago • 0 comments

What type of enhancement is this?

Refactor

What does the enhancement do?

The scripts table, where we stored python scripts, should be created for each database/schema. This can either be done when creating the database/schema, or lazily created on first script register request.

Also we need a special naming pattern for these built-in tables, for example, to be prefixed with _ or gt_.

Implementation challenges

No response

sunng87 avatar Nov 30 '22 06:11 sunng87