Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8445919
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T09:47:10+00:00 2026-06-10T09:47:10+00:00

I am running Sphinx 0.9.9-release (r2117). I get the following error, when I run

  • 0

I am running Sphinx 0.9.9-release (r2117).

I get the following error, when I run the indexer, which reads data from a MySQL table:

indexing index 'main'...
ERROR: index 'main': ., 888.4 MB
total 3629180 docs, 888448551 bytes
total 170.437 sec, 5212749 bytes/sec, 21293.30 docs/sec

As you can see, the indexer simply stops at 888.4 MB without a real error message.
The same happens even if I delete the complete index and try to create a new one. If I do that, the newly created index files are empty.

The system worked for months now, but the row count of the table has increased from about 11 million to about 24 million. Also it must have really huge id gaps, because minimal id is 1 and maximum id is > 6 billion.
I suspected there might be something wrong with MySQL, so I created a small script which executes all “paging” queries, that should be executed by Sphinx during indexing:

SELECT ... FROM ... WHERE id >= $start AND id <= $end

The script executed all queries for alle id ranges without returning an error.

Some maybe relevant Sphinx configuration details:

sql_query_range         = SELECT MIN(id), MAX(id) FROM offer
sql_range_step          = 10240

SELECT o.id, ....
            FROM offer o \
            LEFT JOIN customer c ON c.id = o.customer_id \
            WHERE ... AND o.id >= $start AND o.id <= $end AND o.last_update <= (SELECT last_full_index FROM index_update WHERE name = 'default')

Is there some way to increase verbosity of the indexer?

Any ideas how I could narrow the problem?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T09:47:11+00:00Added an answer on June 10, 2026 at 9:47 am

    0.9.9 is REALLY old now. Lots of bug fixes and improvements, since then.

    Just upgrading may well fix your issue.

    But it also brings you
    –print-queries
    which may be useful.

    Or even –dump-rows – but make sure you have a big temporally location to put it. Tailing it when get the error might help.

    Another thing to check is wait_timeout on your mysql server. Maybe there is just too long between queries, that mysql is killing the connection

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get Thinking Sphinx running on my site but I'm not sure
Running the following line in my script gives me a Permission denied error: $config_out
When running script commands like script/console I get the error message: no such file
I receive the following error message when I try to use the sphinx-quickstart generated
After I run rake ts:index and try to start the sphinx server I get
I am running sphinx on a 32 bit machine and want to get the
I'm struggling to get Sphinx back up and running after deploying a rails app
Running the following from a WinForms System.Windows.Forms.MessageBox.Show(A, B); The first paramter A is the
I am developing Ruby on Rails application which uses Thinking Sphinx. Unfortunately, from time
We're running sphinx on a mid-sized product database (10 mm records, 2gb) using the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.