diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-13 09:43:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-25 06:38:03 +0200 |
commit | 9506e0a84df5112bf9af7c810e38d71d85c5c0b4 (patch) | |
tree | a49a020c1d258d38804fa55826bb96dabfde4e9d /feature | |
parent | f136b4a0b4430e90a9986c2aae5e3ec56bdfa9b4 (diff) |
File new feature: use bulk operations for containers
Diffstat (limited to 'feature')
-rw-r--r-- | feature/container/list | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/feature/container/list b/feature/container/list index 17b1d8a..a7a3ed9 100644 --- a/feature/container/list +++ b/feature/container/list @@ -1,3 +1,8 @@ +- Use bulk statements for containers + + Should be fairly straightforward since container tables are simple. For + smart containers, can we group all the DELETEs, UPDATEs, and INSERTs? + - Ability to define custom indexes on container values Currently we only support id and index but there is no good reason (other |