i73 0 Posted January 9, 2014 Hey guys, thank you for taking the time to read this. Quick question, what would be the best way to store info like comments and profiles. to the database? or a .txt file? Before I used the .txt files for large data, what do you recommend? Thanks, Share this post Link to post Share on other sites
kicken 507 Posted January 9, 2014 Store the comments in your database. Either in a TEXT field or large VARCHAR field. Other profile information you would store in the database also, in fields of the appropriate type. Share this post Link to post Share on other sites
i73 0 Posted February 1, 2014 So, I could have lets say 1,000+ comments and this would not be a huge issue coming from the database? Also yes I have all my proper fields set in my tables. Share this post Link to post Share on other sites