JustZack / audit-congress

A website collecting & displaying information about the activities of congress.
0 stars 0 forks source link

add table partitioning for large tables #26

Open JustZack opened 8 months ago

JustZack commented 8 months ago

specifically on bill tables

EX

  1. Use composite primary key (type, congress ,number)
  2. partition based on congress
JustZack commented 6 months ago

Note: Evaluate partitioning Vs. good indexing for queries.