91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Mysql相關技術舉例分析

發布時間:2021-11-18 16:36:41 來源:億速云 閱讀:108 作者:iii 欄目:MySQL數據庫

本篇內容介紹了“Mysql相關技術舉例分析”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

1.復制過濾問題:
 --replicate-do-db=db_name:
USE prices;
UPDATE sales.january SET amount=amount+1000;
Statement-based replication:對于基于語句級的復制(或mixed級別),replicate_do_db這個參數指的是默認的數據庫,即當前使用的數據庫(use database),在默認數據庫下更新replicate_do_db指定的數據庫,從庫不會隨之更新,會有問題
解決:對于binlog_format=statement或mixed,只在從庫設置replicate_wild_do_table= sales.%或replicate_wild_ignore_table即可。此時可以避免跨庫更新問題。
對于binlog_format=statement或mixed,只在從庫設置replicate_wild_do_table= quyou.%或replicate_wild_ignore_table即可。此時可以避免跨庫更新問題。
對于binlog_format=statement或mixed,只在從庫設置replicate_wild_do_table= quyou.%或replicate_wild_ignore_table即可。此時可以避免跨庫更新問題。
Row-based replication:不存在問題


2.InnoDB單列索引長度不能超過767bytes限制問題
實際上聯合索引還有一個限制是3072:
By default, the index key prefix length limit is 767 byte
When the innodb_large_prefix configuration option is enabled, the index key prefix length limit is raised to 3072 bytes for InnoDB tables that use DYNAMIC or COMPRESSED row format.
The limits that apply to index key prefixes also apply to full-column index keys.
If you reduce the InnoDB page size to 8KB or 4KB by specifying the innodb_page_size option when creating the MySQL instance, the maximum length of the index key is lowered proportionally, based on the limit of 3072 bytes for a 16KB page size. That is, the maximum index key length is 1536 bytes when the page size is 8KB, and 768 bytes when the page size is 4KB.

解決:
MySQL 5.5.14及其后版本解決了最大767字節索引長度的問題,引入了innodb_large_prefix配置關鍵字。這項關鍵字必須配合innodb_file_format和innodb_file_per_table
innodb_large_prefix = True
innodb_file_format = Barracuda
innodb_file_per_table = True

Barracuda 在原來的基礎上(Antelope)新增了Dynamic和Compressed兩種行格式。

“Mysql相關技術舉例分析”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

尉氏县| 济宁市| 察隅县| 娄底市| 宁晋县| 穆棱市| 长沙市| 柯坪县| 洛阳市| 昆明市| 申扎县| 蓝山县| 万州区| 蚌埠市| 新竹市| 滨州市| 固始县| 贵州省| 潮安县| 沁水县| 双流县| 马边| 峡江县| 秦安县| 利辛县| 电白县| 宕昌县| 定边县| 三原县| 延川县| 尼木县| 安顺市| 正安县| 巴东县| 句容市| 古交市| 青龙| 肥乡县| 宁城县| 平乡县| 通许县|