user2074347
user2074347

Reputation: 31

Sphinx: too many string attributes

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

Answers (1)

barryhunter
barryhunter

Reputation: 21091

Use less attributes, or split you index into parts.

Upvotes: 1

Related Questions