Community
Participate
Working Groups
Provide repository storage on non-traditional systems, like distributed hash tables or NoSQL database servers.
Started as http://egit.eclipse.org/r/2295
(In reply to comment #1) > Started as http://egit.eclipse.org/r/2295 This is nearing the point where I'm going to drop the RFC tag and try to submit the change, then finish everything as smaller (and easier to review) commits on top. FWIW, most of the functionality works as expected, and performance is pretty good if the underlying database is good too. :-) There are still a number of semi-crtiical issues with the code, so I will convert those to bugs in Bugzilla, submit the change, and fix them as follow-up commits. (The system works, its just not as fast as it should be, and doesn't have all of the safety checks it should have.) I'll update http://egit.eclipse.org/r/2562 (the SQL on DHT) change and try to get that submitted as well, ideally we can use SQL as one of our canonical backends since JDBC and H2 database are both already available to us at Eclipse. Chris, do I need to open a CQ to reuse H2 if I'm only using it in test cases?
(In reply to comment #2) > (In reply to comment #1) > > Started as http://egit.eclipse.org/r/2295 > > This is nearing the point where I'm going to drop the RFC tag and try to submit > the change Nice! > Chris, do I need to open a CQ to reuse H2 if I'm only using it in test cases? Nope, only if we actually ship the code as part of a release. So we're good in this case.
DHT support was deleted in 130ad4ea4407316b1fd115db456c4aa950907196.