15.20.6 Writing Applications for the InnoDB memcached Plugin

15.20.6.1 Adapting an Existing MySQL Schema for the InnoDB memcached Plugin
15.20.6.2 Adapting a memcached Application for the InnoDB memcached Plugin
15.20.6.3 Tuning InnoDB memcached Plugin Performance
15.20.6.4 Controlling Transactional Behavior of the InnoDB memcached Plugin
15.20.6.5 Adapting DML Statements to memcached Operations
15.20.6.6 Performing DML and DDL Statements on the Underlying InnoDB Table

Typically, writing an application for the InnoDB memcached plugin involves some degree of rewriting or adapting existing code that uses MySQL or the memcached API.

The following sections explore these points in more detail.

15.20.6.1 Adapting an Existing MySQL Schema for the InnoDB memcached Plugin
15.20.6.2 Adapting a memcached Application for the InnoDB memcached Plugin
15.20.6.3 Tuning InnoDB memcached Plugin Performance
15.20.6.4 Controlling Transactional Behavior of the InnoDB memcached Plugin
15.20.6.5 Adapting DML Statements to memcached Operations
15.20.6.6 Performing DML and DDL Statements on the Underlying InnoDB Table