Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/192#issuecomment-58456061
Hi Hyunsik, thanks for your comment.
The index size is 2.4 GB while the size of input table is 41 GB. As you
commented, the index size is quite large, because the index is built for only
one column.
Furthermore, I used a straight forward approach to utilize the current bst
index implementation. That is, multiple bst indexes are created for each hdfs
block, and stored in HDFS. This may cause remote accesses during index access.
After finishing this issue, we can discuss the required features related to
the next generation index structure.
Sincerely,
Jihoon
---
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.
---