Page 2 of 2

Collection indexes

Posted: Mon Jan 20, 2014 3:34 pm
by David Westbrook

That isn't efficient since the Collection is being accessed twice instead of once. It's also not 100% effective. Between the time of reading and adding, a record could be added with the same key.


Collection indexes

Posted: Mon Jan 20, 2014 5:52 pm
by maxkatz

I have added this feature to our planning list.


Collection indexes

Posted: Sat Mar 29, 2014 11:58 pm
by Case

Unique indexes would definitely help simplify some app logic and minimize queries for checking against records that must be unique. Any update as to where this falls on the planning list?


Collection indexes

Posted: Fri Apr 04, 2014 2:58 am
by maxkatz

I'll check with our dev. team.


Collection indexes

Posted: Mon Apr 07, 2014 7:56 pm
by maxkatz

We are planning to add this in early summer.


Collection indexes

Posted: Mon Jul 07, 2014 7:55 pm
by Jesper Simonsen

I would also like compound uniqe indexes because without these indexes we cannot be sure if another user is storing the Exact same values in another
row almost simultaniously. To avoid this Logic on app or in servercode cannot prevent this because from the moment you have confirmed that this record does not exist another user can save the same record just before you are saving the same record.


Collection indexes

Posted: Tue Jul 08, 2014 9:39 am
by Kateryna Grynko

Hi Jesper,

This will be added in the end of July.