Hi!

I have a database with approx 1 500 000 companies with this index:
define_index do
  indexes :name
  indexes :org_nr
  indexes :complaints_count, :sortable => true
  indexes [ address.street_name, address.postal_code,
address.city.name ], :as => :address

  set_property :enable_star => true
  set_property :min_prefix_len => 3
end

How long time would you estimate that the indexing would take at a
2.4GHz dual core, 3 Gb memory computer that only does the indexing
job?

Because it's been running for a day now and there's 9000 companies
indexed, which seems horribly slow, right?

Can you think of anything that could cause this?

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to