Which method in CodeIgniter's database utilities is used to optimize a database?
- optimize()
- optimize_database()
- optimize_tables()
- run_optimization()
The optimize() method in CodeIgniter's database utilities is used to optimize a database. It helps in optimizing and cleaning up the tables in the database, improving performance.
Loading...
Related Quiz
- For complex queries, Active Record Class allows method ________ to directly write parts of the SQL query.
- In CodeIgniter, the default timezone is set in the ________ file.
- When implementing a caching mechanism for JSON responses, CodeIgniter developers often use _______________.
- How does CodeIgniter ensure data integrity during transactions?
- Which HTTP header is essential for mitigating CSRF attacks?