With TS3-generated conf: indexing index 'user_core'... ERROR: index 'user_core': too many string attributes (current index format allows up to 4 GB). total 50223 docs, 2185038286 bytes total 378.680 sec, 5770131 bytes/sec, 132.62 docs/sec
With TS2-generated conf: indexing index 'user_core'... collected 199704 docs, *466.6 MB* collected 2567883 attr values total 199704 docs, 466619537 bytes total 572.604 sec, 814906 bytes/sec, 348.76 docs/sec With TS3-generated conf with query replaced by that created by TS2: indexing index 'user_core'... collected 199704 docs, *935.0 MB* collected 2567883 attr values total 199704 docs, 934974984 bytes total 680.509 sec, 1373933 bytes/sec, 293.46 docs/sec The user index is the largest one in my application by far, but this pattern is evident from the smaller indexes as well -- TS2: indexing index 'job_application_core'... collected 256280 docs, *15.8 MB* TS3: indexing index 'job_application_core'... collected 256280 docs, *19.4 MB* Clearly something has changed between TS2 and TS3 which is causing the index to grow immensely... On Thursday, July 18, 2013 1:09:01 PM UTC-4, Daniel Vandersluis wrote: > > Is there any reason that an index would grow in size when upgrading from > thinkingsphinx 2 to 3? The only differences in the configuration file is > changing port to mysql41, and changing version to 2.0.8-release, but an > index that used to be around 500MB is now resulting in this error: > > ERROR: index 'user_core': too many string attributes (current index format > allows up to 4 GB). > > Anyone have any idea why this would be? > -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/thinking-sphinx. For more options, visit https://groups.google.com/groups/opt_out.
