【发布时间】:2013-08-02 13:29:55
【问题描述】:
我简单浏览了mysql 5.5的黑洞和Example存储引擎代码,发现它们在很多细节上都非常相似。
我知道The BLACKHOLE storage engine acts as a “black hole” that accepts data but throws it away and does not store it 和The EXAMPLE storage engine is a stub engine that does nothing。但我发现它们之间没有显着差异。
那么这两种存储引擎的本质区别是什么?如果我想定制自己的存储引擎,我应该从哪一个开始?
谢谢。
【问题讨论】: