The price you pay for this level of compression is the loss of locality of reference. Yes you fit all the data for your struct fields in the minimum amount of memory, but every field for a single object is going to live…
Not a single mention of PAX?
I guess it seems odd to say that it's CP if the system is in an inconsistent state during a partition. What I'm getting at is that as users of the system, we are not happy to accept work until we have evidence that the…
I think this misses the mark a bit. First, with CAP, you do get the usual "pick two", but one of the ones you pick has to be P. Distributed "CA" systems are proven impossible by the theorem. Much of the interesting…
The price you pay for this level of compression is the loss of locality of reference. Yes you fit all the data for your struct fields in the minimum amount of memory, but every field for a single object is going to live…
Not a single mention of PAX?
I guess it seems odd to say that it's CP if the system is in an inconsistent state during a partition. What I'm getting at is that as users of the system, we are not happy to accept work until we have evidence that the…
I think this misses the mark a bit. First, with CAP, you do get the usual "pick two", but one of the ones you pick has to be P. Distributed "CA" systems are proven impossible by the theorem. Much of the interesting…