Hi all,
If I've a set of values that needs to be accessed frequently e.g. (total number of questions from various topics), would it be better to get these values from the database (using SELECT COUNT(*), assuming the questions are stored in a database) or would it be better to have these totals saved separately in Perl Storable and retrieved from the stored hashref?
In terms of efficiency and speed, which way is preferable?
Thanks in advance :)In reply to Database or Storable? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |