diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-13 09:43:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-13 09:43:19 +0200 |
commit | 7120ea233e8d65f00ecded88eba84e69a1dacaf4 (patch) | |
tree | 4bb63eddcd1235690bad5ffe4db53678d0069526 /feature/container/list | |
parent | 15c9fa2101c0dbed8378d28361ba4539b0eca774 (diff) |
File new feature: use bulk operations for containers
Diffstat (limited to 'feature/container/list')
-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 |