innodb - How to Enable/Disable doublewrite buffer in mysql? -


मैं mysql में डबल-टाइप बफर कैसे सक्षम / अक्षम करूं?

डबल-रेमिट बफर सक्षम है या नहीं या विकलांग?

वहां समान नाम वाला एक सर्वर चर है, जो कि यह लिखने की विधि को जांचने के लिए इस्तेमाल किया जा सकता है सक्षम है:

 mysql & gt; @@ innodb_doublewrite चुनें; + ---------------------- + | @@ innodb_doublewrite | + ---------------------- + | 1 | + ---------------------- + 1 सेट में पंक्ति (0.15 सेकंड)  

इसी मोड को सेट करने के लिए, या तो का उपयोग करें - सर्वर प्रारंभ (सीएलआई) या innodb_doublewrite कॉन्फ़िगरेशन फ़ाइल डायरेक्टिव के लिए --इन्निोड-डबल-लिखें पैरामीटर।

Comments

Popular posts from this blog

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -

jasper reports - How to center align barcode using jasperreports and barcode4j -

django - CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False -