[
https://issues.apache.org/jira/browse/PHOENIX-5349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chinmay Kulkarni closed PHOENIX-5349.
-------------------------------------
Bulk closing Jiras for the 4.15.0 release.
> Speed up AlterTableWithViewsIT
> ------------------------------
>
> Key: PHOENIX-5349
> URL: https://issues.apache.org/jira/browse/PHOENIX-5349
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Priority: Major
> Fix For: 4.15.0, 5.1.0
>
> Attachments: 5349.txt
>
>
> This is - after ViewIT - the slowest test we have.
> Right now we're testing all combinations of columnEncoded, multiTenant, and
> salted, i.e. 2^3 combinations.
> I think that is not necessary. We can instead do the following four
> combinations instead:
> (false, false, false), (true, false, true), (true, true, false), (true, true,
> true)
> We'd cover no-columnencoding only once, and make sure we have the other three
> remaining combinations for a total of 4. That will cut the runtime to 1/2.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)