Idea: CI test matrix results viewer
1 pointsby mig_0 comments
* Projection feature
address “weird” Ansible data format requirements.
allow for a more compact and logical structure to be presented to the api.
* Built in support for compaction
* Built-in versioning
Cons: * couchdb versioning may not align with our notion of versioning
* Requires a lot of space
* Views instead of arbitrary queries
* Performance not so predictable. (see how reads trigger version logic) (Colleague has had experience with this problem)
Edit: I found some other notes ... CouchDB appears to be a strong candidate. I am worried about the space requirements/consumptions. CouchDB uses views of data rather than queries.
Database comparison by feature matrix: http://i.imgur.com/6bdIvwE.png
I worked on a research topic in grad school and learned about holes in files, and how data isn’t removed until the last fd is closed. I use that systems knowledge in my job weekly.
A tip. Kernel development can be lonely, share what you are working on and find others.