Reputation: 31
when indexing writes error: too many string attributes (current index format allows up to 4 GB). how to fix this problem db on 80 mln rows
Upvotes: 2
Views: 1019
Reputation: 21091
Use less attributes, or split you index into parts.
Upvotes: 1