I'm looking at a table structure that might look about like this:
| char(32) | char(32) | (boolean) |
The combination of the first two columns will be indexed. This database could easily have millions if not tens of millions of rows being inserted, queried, updated, and deleted every day. What's the best database tool for this? Is it MySQL or is there something more efficient that will use less space on disk?