Skip to content

Commit ded7925

Browse files
committed
Update README.md
Added a question about MySQL Server optimization
1 parent b7742c3 commit ded7925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Question: What is the outcome of the two alerts above? **Answer: alert_a() = Hel
133133
* How would you backup and restore data using `mysqldump` from the command line?
134134
* When should you use SQL_CACHE and S_NO_CACHE on your queries?
135135
* Question: describe five functions that disable cache on queries and describe why. **Answer: BENCHMARK(), CONNECTION_ID(), CONVERT_TZ(), CURDATE(), CURRENT_DATE(), CURRENT_TIME(), CURRENT_TIMESTAMP(), CURTIME(), DATABASE(), ENCRYPT(), with one parameter FOUND_ROWS(), GET_LOCK(), LAST_INSERT_ID(), LOAD_FILE(), MASTER_POS_WAIT(), NOW(), RAND(), RELEASE_LOCK(), SLEEP(), SYSDATE(), UNIX_TIMESTAMP(), USER(), UUID(), UUID_SHORT()**
136+
* Have you tinkered with MySQL server optimization, and if so, what did you do to alleviate what problems?
136137
* Do you know PostgreSQL?
137138
* How do you improve [Resource Consumption](http://www.postgresql.org/docs/current/static/runtime-config-resource.html)?
138139
* SQL Server

0 commit comments

Comments
 (0)