 
				      
	    
                                Николай Аверин
                                Miro
                                
                            
    	                
                    	
	                        14:00
	                        05 February
	                    
                    
                    
                    	22 min
                    
                pg_repack and deferred constraints
pg_repack is one of the most popular instruments for removing bloat of tables and indexes in Postgres. In most cases, it works perfectly. But if you use such a feature of Postgres as deferred constraints, using pg_repack becomes more difficult or even impossible. I will talk about how we encountered the problem and will describe some workarounds - from internal instruments of Postgres to a small patch for pg_repack.