This is not an issue but asking how to do the same. Assuming a phone with 5000 contacts(i.e. today this scenario is very common with gmail syncing all emails to your phone book too), it is not good to read them every time an application needs and instead can this be read and persisted in data store like SQLLite and then use listener to look for changes in address book and update the same in SQLLite.Is this possible using ohana?