greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

Create table in Datanode lazily in distributed mode

Open MichaelScofield opened this issue 2 years ago • 0 comments

Currently when creating a table through Frontend (in distributed mode), we iter all datanodes to create the table in it. However, as discussed earlier, table creation in datanode should be lazy. That is, table is created upon first insertion. This feature is left for future optimization.

MichaelScofield avatar Nov 14 '22 07:11 MichaelScofield