6 responses to “Drupal Databases: The Next Generation”

  1. Drupal Databases: The Next Generation

    [...] Go to the author’s original blog: Drupal Databases: The Next Generation [...]

  2. akahn

    What is the advantage of using SQLite? I always thought the concept was neat but I don’t know what the actual advantages are over a traditional database server. Is it a performance benefit?

  3. eatme

    > Is it a performance benefit?

    Im pretty sure its a significant performance hit.

    But it will make deployment for small projects and quick tests insanely simple.

    You could also set up a drupal site on the free server space most ISPs provide.

  4. kscheirer

    I think the reason people are excited about sql lite is that its entirely file-based, theres no server or process that needs to be running. So on a shared host, you just need to be able to write a file or two, and you can have you DB backend.

    generally sqlite is less powerful than mysql, but it can run really well in low-processing-power environments. That speed test is for fairly old versions of mysql and sqlite, I wonder what the current numbers are?

  5. Drupal Published Date equals Effective Date fix | Elastic Life

    [...] Drupal Databases: The Next Generation [...]

Leave a Reply