Please activate JavaScript!
Please install Adobe Flash Player, click here for download

MySQL goes NoSQL - Jan Steemann

InnoDB_Memcache Beispiel (bereitgestellt im InnoDB_Memcache-Build): INSERT INTO innodb_memcache.containers VALUES ("aaa", "test", "demo_test“, "c1", "c2", "c3", "c4", "c5", "PRIMARY"); -- We create a InnoDB table `demo_test` in the `test` database and insert an entry into contrainers table to tell InnoDB Memcache that we have such InnoDB table as back store: -- c1 -> key -- c2 -> value -- c3 -> flags -- c4 -> cas -- c5 -> exp time -- PRIMARY -> use primary key to search