If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Best Method for storing lots of user data?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-19-09, 22:36
SavCoInno SavCoInno is offline
Registered User
 
Join Date: Apr 2009
Posts: 1
Post Best Method for storing lots of user data?

PLEASE HELP

I am developing a an iPhone app that uses SQLite (client) on the mobile phone and MySQL on the Server (server). I will be syncing up data which will consist of data and images (using filesystem as opposed to BLOBS) between the phone and the server.

I am wondering which is the best method to store the users data on the server end. Should I create a table for every user? Store it as a flat file? or interweave all the users' data into one table. And finally should I create seperate folders for user?- to store their images?


Has anyone set up an e-mail server that supports multiple users?

Last edited by SavCoInno; 04-20-09 at 22:16.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On