From 9506e0a84df5112bf9af7c810e38d71d85c5c0b4 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Thu, 13 Nov 2014 09:43:19 +0200
Subject: File new feature: use bulk operations for containers

---
 feature/container/list | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'feature/container')

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
-- 
cgit v1.1