View Single Post
Old 11-09-2012, 03:27 AM   PM User | #1
user.name
New Coder

 
Join Date: Aug 2007
Location: Philippines
Posts: 26
Thanks: 9
Thanked 0 Times in 0 Posts
user.name is an unknown quantity at this point
Overall site speed and performance - How will it be affected by a table..

I currently have a table in my mySQL database that continually receives data (accumulates up to 16k~ rows for less than 20hours)

Data is saved through ajax, on user mouse action.

The table is flat with 4 fields:
  • int(10
  • varchar(255)
  • text
  • date (timestamp)

I use php. How will this table affect overall site speed and performance? Thanks!

Last edited by user.name; 11-09-2012 at 03:38 AM..
user.name is offline   Reply With Quote