Notice
Recent Posts
Recent Comments
반응형
목록2018/07/02 (1)
오늘도 공부
mysql 속도 개선
ou may need to try setting certain variables within your sessiontmp_table_sizemax_heap_table_sizeThese particular values may be too small for your DB Connection to fulfill the query efficiently. These can be set within as follows:To see what values these settings have currently do the following:SHOW VARIABLES LIKE 'max_heap_table_size';SHOW VARIABLES LIKE 'tmp_table_size';To set max_heap_table_s..
링크모음
2018. 7. 2. 17:18