User:Sancus/Cake Questions

  • What options do we have for view caching in a clustered environment (where not all servers will see the app writing through a Model to the database)? I suspect something like memcached will be involved, though maybe that's done implicitly through the Cake stuff
  • What support for schema migration and versioning is present in Cake, and what are the limitations?
    • http://wiki.cakephp.org/tutorials:cake_migrations - Cake Migrations, seems to be very new, only supports create/dropping of Tables currently, but planned support for columns, etc. Thus, support for migration and versioning seems to be pretty limited currently.