1
PostgreSQL अधिक महंगा जॉइन ऑर्डर क्यों चुन रहा है?
PostgreSQL चूक का उपयोग, प्लस default_statistics_target=1000 random_page_cost=1.5 संस्करण PostgreSQL 10.4 on x86_64-pc-linux-musl, compiled by gcc (Alpine 6.4.0) 6.4.0, 64-bit मैंने वैक्यूम किया है और विश्लेषण किया है। प्रश्न बहुत सीधा है: SELECT r.price FROM account_payer ap JOIN account_contract ac ON ap.id = ac.account_payer_id JOIN account_schedule "as" ON ac.id = "as".account_contract_id …