Bạn có thể thử một chỉ mục một phần:
CREATE INDEX idx_partial ON othertable (m_id)
WHERE (col1 is not null and col2 is not null and col3 is not null);
Từ tài liệu: http://www.postgresql.org/docs /current/interactive/indexes-partial.html
Bạn có thể thử một chỉ mục một phần:
CREATE INDEX idx_partial ON othertable (m_id)
WHERE (col1 is not null and col2 is not null and col3 is not null);
Từ tài liệu: http://www.postgresql.org/docs /current/interactive/indexes-partial.html
org.postgresql.util.PSQLException:FATAL:không có mục nhập pg_hba.conf cho máy chủ
sqlalchemy với postgres:chèn vào bảng có các cột có dấu ngoặc đơn
PostgreSQL last_value bỏ qua nulls
Khi tôi kích hoạt các mô hình trong django, tại sao tôi không thể truy vấn chúng trực tiếp trong giao diện người dùng postgresql pgAdmin?
Cách kết nối Struts 2 với Hibernate và PostgreSQL