DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| ID | IEP-57 |
| Author | |
| Sponsor | |
| Created |
|
| Status | DRAFT |
The current Apache Ignite Storage implementation has strong coupling to the B+ tree storage. This means that we can't add another implementation of it. The B+ tree is useful for one of the types of loading profile and usage.
If we get rid of a strong coupling, it gives the following advantages:
4.1 We can add other types of storage for different types of tasks, load profile, hardware such as column-oriented storage, LSM, and so on.
4.2 This is an opportunity to add a more stable solution that is fixed and tested by other open source communities.
Description