diff options
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 |