Coding Tips, Duke Experience

Coding Tips, Duke Experience

Database

1. Index the required columns from table.
Make sure the table columns are properly indexed as per the requirement of your query. Do not keep adding too many indices, as it takes up additional disk space.

sitemanager@sjinnovation