Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/231#issuecomment-69185433
@hyunsik thanks for the review!
There still remains many things for efficient query processing with
indexes. Here are the significant issues.
1. Printing appropriate messages after creating an index. If the index is
successfully created, cli should show a success message. Otherwise, it should
show a failure message.
2. Index metadata backup and restore. In order to support the index restore
without recreation, we need to provide a new DDL statement, ```CREATE INDEX
[name] ON [path]```.
3. Index support for partitioned tables.
4. New index structure.
5. Other experimental issues, such as prefetching indexes, for the
performance improvement.
IMHO, after resolving the issues 1 and 2, it would be sufficient to be
merged into the master branch.
What do you think about it?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---