![Quote](images/metro/blue/misc/quote_icon.png)
Originally Posted by
psyche54
Performance wise, do not store pictures on your mysql database, instead store it into a directory... Then store its filename and/or its location to a table, query these info and have your program point to the file location.
Database performance depends on your design and structure (either MS-SQL, MySQL, PostGre SQL, etc)...
Sa amo, we have been dealing with "Table Locking" issues due to design flaws (gibyaan sa mga developer nga nagkalitse-litse ang system) sa database (esp. union select queries), which led us to redesign and restructure our database (MySQL 5.0)...