Exception: LowCardTables::Errors::LowCardTooManyRowsError

Inherits:
LowCardError
  • Object
show all
Defined in:
lib/low_card_tables/errors.rb

Overview

Raised when we detect that there are more than (by default) 5,000 rows in a low-card table; this is taken as a sign that you screwed up and added an attribute to your table that isn’t actually of low cardinality. You can adjust this threshold, if necessary, using the option :max_row_count on your is_low_card_table definition.