TAILIEUCHUNG - Practical mod_perl-CHAPTER 20:Relational Databases and mod_perl

Tham khảo tài liệu 'practical mod_perl-chapter 20:relational databases 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 570 Thursday November 18 2004 12 45 PM CHAPTER 20 Relational Databases and mod_perl Nowadays millions of people surf the Internet. There are millions of terabytes of data lying around and many new techniques and technologies have been invented to manipulate this data. One of these inventions is the relational database which makes it possible to search and modify huge stores of data very quickly. The Structured Query Language SQL is used to access and manipulate the contents of these databases. Let s say that you started your web services with a simple flat-file database. Then with time your data grew big which made the use of a flat-file database slow and inefficient. So you switched to the next simple solution using DBM files. But your data set continued to grow and even the DBM files didn t provide a scalable enough solution. So you finally decided to switch to the most advanced solution a relational database. On the other hand it s quite possible that you had big ambitions in the first place and you decided to go with a relational database right away. We went through both scenarios sometimes doing the minimum development using DBM files when we knew that the data set was small and unlikely to grow big in the short term and sometimes developing full-blown systems with relational databases at the heart. As we repeat many times in this book none of our suggestions and examples should be applied without thinking. But since you re reading this chapter the chances are that you are doing the right thing so we are going to concentrate on the extra benefits that mod_perl provides when you use relational databases. We ll also talk about rclatdl coding techniques that will help you to improve the performance of your service. From now on we assume that you use the DBI module to talk to the databases. This in turn uses the unique database driver module for your database which resides in the DBD namespace for example DBD Oracle for Oracle and DBD mysql for .

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.