The world's most popular open source database
[+/-]
The Falcon Storage Engine has been designed with
modern database requirements in mind, and particularly for use
within high-volume web serving or other environment that requires
high performance, while still supporting the transactional and
logging functionality required in this environment.
Table 13.7. Falcon Features
| Storage limits | 512ZB | Transactions | Yes | Locking granularity | Row |
| MVCC | Yes | Geospatial datatype support | No | Geospatial indexing support | No |
| B-tree indexes | Yes | Hash indexes | No | Full-text search indexes | No |
| Clustered indexes | No | Data caches | Yes | Index caches | Yes |
| Compressed data | Yes | Encrypted data[a] | Yes | Cluster database support | No |
| Replication support[b] | Yes | Foreign key support | No | Backup / point-in-time recovery[c] | Yes |
| Query cache support | Yes | Update statistics for data dictionary | Yes | ||
|
[a] Implemented in the server (via encryption functions), rather than in the storage engine. [b] Implemented in the server, rather than in the storage engine [c] Implemented in the server, rather than in the storage engine | |||||
Falcon is available for the 32-bit Windows and
32-bit or 64-bit Linux operating systems. As of MySQL 6.0.4 and
later, support is also provided for Mac OS X on x86 or PowerPC and
Solaris/Linux on SPARC platforms. We intend to support
Falcon on additional platforms in future MySQL
releases.


User Comments
Add your own comment.