Saturday, April 10, 2010

RCOS meeting

After our second presentation we were given a good idea regarding database efficiency. Now the compatibility table doesn't exist as one table, which requires a column add, which is as we found out very expensive. It is now a series of tables for each user. This allows for row adds instead of column adds, and makes searching for top compatible people very easy.
The issue of security was also brought up, and we are looking for good ways to protect from SQL injection/html injection in php/javascript.

No comments:

Post a Comment