TAILIEUCHUNG - Practical mod_perl-CHAPTER 19:DBM and mod_perl

Tham khảo tài liệu 'practical mod_perl-chapter 19:dbm and mod_perl', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Page 555 Thursday November 18 2004 12 44 PM CHAPTER 19 DBM and mod_perl Some of the earliest databases implemented on Unix were Database Management DBM files and many are still in use today. As of this writing the Berkeley DB is the most powerful DBM implementation. Berkeley DB is availbble at http www. . If you need a iight daaabase v ihi an cnee- API using simpk key-value pairs to store and manipulate a relatiaely small number of records DBM is the solution that you should consider first. With DBM it is rare to read the whole database into memory. Combme this feature with the use of smart storage techniques and DBM files can be manipulated much faster than flat files. Fia-Ifife daaabases can be veiy slow when the number of records starts to grow into the thousands especially for insert update and delete operations. Sort algorithms on flat files can also be aery time-consuming. The maximum practical size of a DBM database depends on many factors such as your data your hardware and the desired response as a rough guide consider 5 000 to 10 000 records to be reasonable. We will talk mostly about Berkeley DB Version as it proaides the best functionality while having good speed and almost no limitations. tlicr im pl emeu at tuns might be faster in some cases but they are limited either in the length of the maximum aalue or the total number of records. There are a number of Perl interfaces to the major DBM implementations such as DB_File NDBM_File ODBM_File GDBM_File and SDBM_File. The ongmal Pcp1 moduk for Berkeley DB was DB_File which was written to interface with Berkeley DB Version . The newer Perl module for Berkeley DB is BerkeleyDB which was written to interface with Version and subsequent releases. Because Berkeley DB Version has a compatibility API for Version you can and should build DB_File using Version of Berkeley DB although DB_File will still support only the functionality. 555

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã 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.