You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-10-31 18:30:33 +03:00 
			
		
		
		
	This changeset enables quick (mariadb -q) mode when columnstore is installed. Quick mode precludes client CLI program from storing too much data in memory, preventing out of memory conditions. Add quick-max-column-width=0 to prevent extra garbage dashes in output.
		
			
				
	
	
		
			11 lines
		
	
	
		
			206 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			206 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [mariadb-client]
 | |
| quick
 | |
| quick-max-column-width=0
 | |
| 
 | |
| [mysqld]
 | |
| plugin-load-add=ha_columnstore.so
 | |
| 
 | |
| collation_server = utf8_general_ci
 | |
| character_set_server = utf8
 | |
| 
 | |
| loose-columnstore_use_import_for_batchinsert = ON |