forked from masoud-io/jessy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
21 lines (14 loc) · 729 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-----------------------
- TODO List for Jessy -
-----------------------
last update: P. Sutra, 23/07/2012
(always in order of importance)
- [add] PartitionnedDependenceVector : cause we do not scale
(e.g., 3 servers 3*4 clients, 10^6 objects,
after 2 minutes, vectors are of size 3*10^3 )
The size of a partition is a parameter.
- [fix] ExecutionHistory should only contains (i) a vector that defines the entities read by the transaction,
and (ii) the set of updates entities. Currently it is too heavy weighted.
- [fix] vectors should not be generic (that is, there are all ValueVector<String> )
OR partitioner should be generic.
- [add] add more consistency tests for NMSI.