tailieunhanh - MySQL Database Usage & Administration PHẦN 3

Không đồng bộ I / O và một bộ đệm đọc trước tuần tự cải thiện tốc độ phục hồi dữ liệu, và một "thuật toán bạn thân" và kết quả loại Oracle tablespaces trong tập tin tối ưu hóa và quản lý bộ nhớ. InnoDB cũng hỗ trợ việc tạo tự động các chỉ số hash trong bộ nhớ trên cơ sở là cần thiết để cải thiện hiệu suất, và nó sử dụng vùng đệm để nâng cao độ tin cậy và tốc độ hoạt động cơ sở dữ liệu. . | 54 Part I Usage Asynchronous I O and a sequential read-ahead buffer improve data retrieval speed and a buddy algorithm and Oracle-type tablespaces result in optimized file and memory management. InnoDB also supports automatic creation of hash indexes in memory on an as-needed basis to improve performance and it uses buffering to improve the reliability and speed of database operations. As a result InnoDB tables match and sometimes exceed the performance of MylSAM tables. InnoDB tables are fully portable between different OSs and architectures and because of their transactional nature they re always in a consistent state MySQL makes them even more robust by checking them for corruption and repairing them on startup . Support for foreign keys and commit rollback and roll-forward operations complete the picture making this one of the most full-featured table formats available in MySQL. The Archive Storage Engine The Archive storage engine provides a way to store large recordsets that see infrequent reads into a smaller compressed format. The key feature of this storage engine is its ability to compress records as they are inserted and decompress them as they are retrieved using the zlib library. These tables are ideally suited for storage of historical data typically to meet auditing or compliance norms. Given that this storage engine is not designed for frequent reads it lacks many of the bells and whistles of the InnoDB and MylSAM engines Archive tables only support INSERT and SELECT operations do not allow indexes and therefore perform full table scans during reads ignore BLOB fields in read operations and by virtue of their on-the-fly compression system necessarily display lower performance. That said Archive tables are still superior to packed MyISAM tables because they support both read and write operations and produce a smaller disk footprint. The Federated Storage Engine The Federated storage engine implements a stub table that merely contains a table .

crossorigin="anonymous">
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.