Commit 92350ad1 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #596

Added extra questions.

git-svn-id: file:///svn/tokudb@3499 c7de825b-a66e-492c-adef-691d508d4ae1
parent 25394366
...@@ -16,7 +16,7 @@ struct OMS { ...@@ -16,7 +16,7 @@ struct OMS {
/* /*
Questions: Questions/issues:
1- Do we really need to wrap items in an OMITEM<ITEM_TYPE> container? 1- Do we really need to wrap items in an OMITEM<ITEM_TYPE> container?
I assume yes.. for example, the ITEM_TYPE could be a DBT, I assume yes.. for example, the ITEM_TYPE could be a DBT,
and the OMITEM<DBT*> would also hold the index (plus maybe additional stuff). and the OMITEM<DBT*> would also hold the index (plus maybe additional stuff).
...@@ -35,6 +35,7 @@ struct OMS { ...@@ -35,6 +35,7 @@ struct OMS {
so its a parameter to the functoins that use comparisons. so its a parameter to the functoins that use comparisons.
6- Do we need some way of 'loading' an order maintenance structure? 6- Do we need some way of 'loading' an order maintenance structure?
i.e. use these tags for the following items instead of 'inserting' over and over. i.e. use these tags for the following items instead of 'inserting' over and over.
7- The tag might not be able to be just 64 bits, is it ok to use 2 64 bit ints?
*/ */
template <typename ITEM_TYPE, typename EXTRA_RENUMBER, typename EXTRA_CMP> template <typename ITEM_TYPE, typename EXTRA_RENUMBER, typename EXTRA_CMP>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment