This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Dao.php | ||
| |
README | ||
| |
bmark_config.php | ||
| |
build_tables.php | ||
| |
db.php | ||
| |
example.db.yaml | ||
| |
functions.php | ||
| |
meta.sql | ||
| |
tables.sql | ||
| |
testDao.php | ||
| |
tests/ |
README
to build the tables: php build_test.php <rows of data> <no. of partitions> <mysql|drizzle> to test how fast the partitions are as well as having no partitions php testDao.php <mysql|drizzle> Examples: Writing partitions to a database: php build_tables.php 5000 99 mysql php build_tables.php 5000 99 drizzle On a 2.4 Ghz Intel Core 2 Duo with 2GB of DDR3 RAM, drizzle is much faster Finding data in one of the partitions: php testDao.php mysql php testDao.php drizzle Drizzle is much slower b/c it doesn't have native partitions yet, but on regular selects with an index it is faster than mysql.








