Skip to content

Instantly share code, notes, and snippets.

View arceemolano's full-sized avatar

RC.M arceemolano

View GitHub Profile
@arceemolano
arceemolano / Indexing Database for NOA
Last active June 19, 2025 06:13
Required for PARTS Online Database
CREATE INDEX idx_rptdetail_taxtrans ON RPTASSESSMENTDETAIL(TAXTRANS_ID, CLASSCODE_CT);
CREATE INDEX idx_rptassessment_prop ON RPTASSESSMENT(PROP_ID, APPROVEDBY);
CREATE INDEX idx_property_prop_id ON PROPERTY(PROP_ID, MUNICIPAL_ID, PROPERTYKIND_CT, BARANGAY_CT);
CREATE INDEX idx_propertyowner_prop ON PROPERTYOWNER(PROP_ID, LOCAL_TIN);
CREATE INDEX idx_taxpayer_localtin ON TAXPAYER(LOCAL_TIN);