CodeIgniter Forums
DB management - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: DB management (/showthread.php?tid=64156)



DB management - Chandini - 01-21-2016

Hi to all ,
I Maintain a Database for Android application by using Codeigniter Framework ... In this database management I am receive All registered users contact list . That entire contact list list will be stored in database ..(which way storage is the best like json or row )
and using that contact list .. I am find-out the common friends(Mutual friends) for registers users ... So My Question is .. Which type of data storage is best for contacts storage (for individual user having 300 contacts . ).. and which way storage is the best for getting mutual friends based on that contact list...for registries Users ...?