He Zhenxing created TRAFODION-3106:
--------------------------------------
Summary: create/drop table painfully slow with blob columns
Key: TRAFODION-3106
URL: https://issues.apache.org/jira/browse/TRAFODION-3106
Project: Apache Trafodion
Issue Type: Improvement
Components: sql-exe
Affects Versions: 2.4
Environment: CentOS 6.9
Reporter: He Zhenxing
create/drop table is slow, usually takes seconds to finish, this problem is
specially severe for tables with blob columns, which will slow down linearly
with the number of blob columns, which would make it unusable in case tables
need to be created and dropped frequently.
For each blob column, two associated tables will be create, so the time for
creating tables with blob columns will increase linearly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)