Skip to content

sql+storage: table copy using INSERT ... SELECT yields large range that isn't split #15713

@knz

Description

@knz

Running on rc1 presumably (to be checked)

Scenario:

  • multiple issues of INSERT INTO ... SELECT ... to populate a new table using data from another
  • the new table grows to 1.8GB
  • the admin UI shows that tables has only 1 range (!!)

Expected: the table is split into multiple ranges as the INSERTs are processed.

Metadata

Metadata

Assignees

Labels

C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.docs-donedocs-known-limitation

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions