lp://staging/~posulliv/drizzle/aws-mc-engine
- Get this branch:
- bzr branch lp://staging/~posulliv/drizzle/aws-mc-engine
Branch merges
Branch information
Recent revisions
- 1142. By Padraig O'Sullivan
-
Resolved conflicts in the storage engine after the latest updates to the SE
api. - 1140. By Padraig O'Sullivan
-
Updated the plugin.ac file to check for libmemcached also for this plugin
since it is needed to build this plugin. - 1139. By Padraig O'Sullivan
-
Made the usage of a cache optional...This means someone can just use it as
an S3 storage engine if they want without any caching. - 1138. By Padraig O'Sullivan
-
Added support for a memcached write-through cache. This means we insert data
into memcached after inserting it into S3. We also check if the data is
present in memcached before going to S3 for it also. - 1137. By Padraig O'Sullivan
-
Added system variables for specifying the access credentials for an AWS
account. - 1134. By Padraig O'Sullivan
-
No more hard coded bucket name for insertion...the bucket name is the table
name so that makes figuring out what bucket to insert an object into a hell
of a lot easier! - 1133. By Padraig O'Sullivan
-
Creating and dropping tables now works. A bucket is created for each table.
This means we will be limited to 100 tables that can be in an S3 storage
engine at any one time since that is the limit on the number of buckets that
can be created.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar RepositoryFormatKnitPack6 (bzr 1.9)
- Stacked on:
- lp://staging/~drizzle-trunk/drizzle/development