|
|
|
|
|
by howardg
4737 days ago
|
|
Indeed, its wiki pages should have mentioned ACID properties, I noted the issue down here: https://github.com/HouzuoGuo/tiedot/issues/4 Currently, tiedot's stance on ACID is similar to MongoDB's. I have not spent enough time on the project to support redundancy in it, sorry. I totally agree that redundancy is a must-have if someone wants to use tiedot in serious scenarios, so I will definitely spend time on making this feature available. Scalability on symmetric multiprocessing architectures has been seriously considered and implemented - basically, tiedot can demonstrate that more CPUs = more performance. However scaling by replication has not been considered yet. |
|
I am completely neutral on which direction you go; my point here is just that if you are just having some fun, you may find replication will turn out to be, well, potentially rather unfun. Educational as can be, though. It's a far, far more subtle problem than initially meets the eye.