Table pre-allocation
--------------------
Key: HAMA-4
URL: https://issues.apache.org/jira/browse/HAMA-4
Project: Hama
Issue Type: Improvement
Components: architecture
Reporter: Edward J. Yoon
Assignee: Edward J. Yoon
I've heard from the HBase list that creation of a table is a time-consuming
task.
So, should we create the table pool, allocate some tables to the it.
Then when a matrix object is created,
- we get a table from the pool
- mark i"in-use".
Later when we clear it
- return to the pool
- mark it "available".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.