MYSQL之插入极限分析
MYSQL之插入极限分析,需要的朋友可以参考下
1、如果同时从同一个客户端插入很多行,使用含多个 VALUE的INSERT语句同时插入几行。这比使用单行INSERT语句快(在某些情况下快几倍)。如果你正向一个非空表添加数据,可以调节 bulk_insert_buffer_size变量,使数据插入更快。参见5.3.3 节,“服务器系统变量”。2、如果你从不同的客户端插入很多行,能通过INSERT DELAYED语句加快速度。参见13.2.4 节,“INSERT语法”。
3、用MyISAM,如果在表中没有删除的行,能在SELECT语句正在运行的同时插入行。
4、当从一个文本文件装载一个表时,使用LOAD DATA INFILE。这通常比使用很多INSERT语句快20倍。参见13.2.5 节,“LOAD DATA INFILE语法”。
5、当表有很多索引时,有可能要多做些工作使得LOAD DATA INFILE更快些。使用下列过程:
1). 有选择地用CREATE TABLE创建表。
2). 执行FLUSH TABLES语句或命令mysqladmin flush-tables。
3). 使用myisamchk --keys-used=0 -rq /path/to/db/tbl_name。这将从表中取消所有索引的使用。
4). 用LOAD DATA INFILE把数据插入到表中,因为不更新任何索引,因此很快。
5). 如果只想在以后读取表,使用myisampack压缩它。参见15.1.3.3 节,“压缩表特性”。
6). 用myisamchk -r -q /path/to/db/tbl_name重新创建索引。这将在写入磁盘前在内存中创建索引树,并且它更快,因为避免了大量磁盘搜索。结果索引树也被完美地平衡。
7). 执行FLUSH TABLES语句或mysqladmin flush-tables命令。
6、锁定表可以加速用多个语句执行的INSERT操作:
* LOCK TABLES a WRITE;
* INSERT INTO a VALUES (1,23),(2,34),(4,33);
* INSERT INTO a VALUES (8,26),(6,29);
* UNLOCK TABLES;
这样性能会提高,因为索引缓存区仅在所有INSERT语句完成后刷新到磁盘上一次。一般有多少INSERT语句即有多少索引缓存区刷新。如果能用一个语句插入所有的行,就不需要锁定。
对于事务表,应使用BEGIN和COMMIT代替LOCK TABLES来加快插入。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Usage of MINUS in SQL and specific code examples In SQL, MINUS is an operator used to perform a difference operation between two result sets. It is used to delete the same rows from the first result set as in the second result set. The result set returned by the MINUS operator will contain rows that exist only in the first result set. The following uses specific code examples to demonstrate the usage of MINUS: Assume there are two tables - "table1" and "table2", their structures are as follows: Table name: table1 field

SolutionYes,Wecaninsertnullvaluestoalisteasilyusingitsadd()method.IncaseofListimplementationdoesnotsupportnullthenitwillthrowNullPointerException.Syntaxbooleanadd(Ee) Appends the specified element to the end of this list. Type parameter E − The runtime type of the element. Parameter e − element to be appended to this list

1. Open the wps software and enter the wps text operation interface. 2. Find the insert option in this interface. 3. Click the Insert option and find the Shape option in its editing area. 4. Click the shape option and find the recommended option in its sub-menu. 5. Find the China map option in the recommended options. 6. Click on the China map option and drag it with the left mouse button in the editing input area to get the China map we need.

We get the integer values used to form the linked list. The task is to first insert and then traverse the singly linked list using recursive method. Add node recursively at the end if head is NULL → add node to head otherwise add to head (head → next) recursively traverse nodes if head is NULL → exit otherwise print (head → next) Example input −1-2-7-9 -10 output outputstrong>− linked list: 1→2→7→9→10→NULL input−12-21-17-94-18 output− linked list: 12→21→17→94→18→NULL used in the following program The method is as follows In this method, we will use the function to add nodes and traverse the singly linked list and pass

How to implement a statement to insert multiple rows of data in MySQL? In MySQL, sometimes we need to insert multiple rows of data into the table at one time. In this case, we can use the INSERTINTO statement to achieve this. The following will introduce how to use the INSERTINTO statement to insert multiple rows of data, and give specific code examples. Suppose we have a table named students, which contains id, name, and age fields. Now we want to insert multiple pieces of student information at once. We can follow the following steps to achieve this:

An array is a collection of similar data elements stored in an organized manner. Each data element in the array is identified by an index value. Arrays in Python Python does not have a native array data structure. Therefore, we can use list data structure instead of array. [10,4,11,76,99] At the same time, we can use the PythonNumpy module to process arrays. Array defined by numpy module is −array([1,2,3,4]) Indexing in Python starts from 0 so the above array elements can be accessed using their respective index values like 0, 1, 2, till n -1. In the following article, we will see different ways to insert multiple elements at specified indexes. Enter and lose

1. Open the PPT to which you want to add the file. 2. Turn to the page where you want to insert the ppt document. 3. Select [Insert]-------[Object] in the menu bar. 4. The [Insert Object] dialog box pops up. Operation method one: Select New and select [Microsoft Office PowerPoint Presentation] in the dialog box and click [OK]. Then you can add content to the new blank document box. Operation method two: Select Create from file and click [Browse] in the dialog box. ], find the file that needs to be inserted, and click [OK].

People who often make PPT are probably not unfamiliar with inserting special symbols, but for some newcomers to PPT making, it is more difficult. The production efficiency is often greatly reduced because the shortcut keys for special symbols cannot be found. The following is The editor will explain to you how to insert special PPT symbols. 1. Open PPT and create a blank presentation, as shown in the figure below. 2. For example, to insert a diagonal arrow, you can use a variety of methods. One is to insert ready-made lines with arrows. Click the arrow in the Insert group under the Insert tab. 3. Then use the mouse to drag to draw the required size. 4. Then set the appropriate line thickness. 5. You can get diagonal lines. Powerpoint is the same as Word, Excel and other application software.
