1
(click on this box to dismiss)
Does CUBRID use ISAM for indexing data?
MySQL has a storage engine that uses ISAM for storing indexes. Does CUBRID support this method? If not, how does CUBRID handle indexing?
1
Answer
0
No, CUBRID does not implement ISAM in the sens in which MyISAM does it. However, the ISAM concept may refer to several things (see this article) and any RDBMS uses this concept in one way or another.
tagged
asked 2 years ago
viewed 546 times