Hacker News new | ask | show | jobs
by kiril-me 3025 days ago
It would be great. But I don't think it could happen. The pluggable storage engine would greatly increase the cognitive complexity of the code.
1 comments

Of course it could happen. Pluggable engine has a lot of positives - not only does it enable features like this, it also helps modularize the codebase making it more testable, and there are other people who will develop storage engines for their own use case over time (look at the evolution of - for example - MySQL storage backends for examples of this).