blob: a7a3ed9ce78223d510022dbc26de6ea1ddf697a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
- 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
than complexity) why we shouldn't support values as well. Will need to
support composite values.
See email from marcos.glez@gmail.com/22-Aug-2014.
|