зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-03 23:26:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			10 строки
		
	
	
		
			417 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 строки
		
	
	
		
			417 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
https://postgrespro.ru/docs/postgresql/16/using-explain
 | 
						|
 | 
						|
-- Shift-F7 - Explain Analyze
 | 
						|
-- file:///D:/dev/Utils/PostgreSQL/9.1/doc/postgresql/html/sql-explain.html
 | 
						|
-- file:///D:/dev/Utils/PostgreSQL/9.1/doc/postgresql/html/sql-analyze.html
 | 
						|
-- file:///D:/dev/Utils/PostgreSQL/9.1/doc/postgresql/html/auto-explain.html
 | 
						|
-- explain analyze
 | 
						|
 | 
						|
explain (analyze, costs off, buffers)  -- buffers is aprox about num of disk ops
 |