Tag: Open Source

Community

Develop Databases for the Web

(Charles Wyke-Smith) Before you can store any data in a database, you have to create the tables that will hold the data. In this chapter, the author walks you through the process of using a single table to store a site’s member names and e-mail information. You’ll also learn how to create a database

Community

Mondrian cache control

(Julian Hyde) One of the strengths of mondrian’s design is that you don’t need to do any processing to populate special data structures before you start running OLAP queries. More than a few people have observed that this makes mondrian an excellent choice for ‘real-time OLAP’ — running multi-dimen

Community

MySQL: Transactions and Autocommit

(Roland Bouman) Some people believe that the ability to commit or rollback multiple statements as a single unit is a defining characteristic of the concept of transactions. They draw the -false- conclusion that enabling autocommit is the same as disabling transactions. It is easy to demonstrate why