what is your db schema ? do you need to import all the schema ? (128
joined tables ??)
or are the tables all independant ? (if so dump them out and import
them in using csv)

cheers lee c

On 7 June 2012 02:32, Jihyun Suh <jhsuh.ourli...@gmail.com> wrote:
> Each table has 35,000 rows. (35 thousands).
> I will check the log for each step of indexing.
>
> I run Solr 3.5.
>
>
> 2012/6/6 Jihyun Suh <jhsuh.ourli...@gmail.com>
>
>> I have 128 tables of mysql 5.x and each table have 3,5000 rows.
>> When I start dataimport(indexing) in Solr, it takes 5 minutes for one
>> table.
>> But When Solr indexs 20th table, it takes around 10 minutes for one table.
>> And then When it indexs 40th table, it takes around 20 minutes for one
>> table.
>>
>> Solr has some performance problem for too many documents?
>> Should I set some configuration?
>>
>>

Reply via email to