Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
> I have a MYSQL table with about 300.000 registers and i need a way to index it 
>incrementally.
> What shall/ can  i do?


Actually, you can just run something like this:

INSERT INTO TABLE url SELECT url FROM you_table;

Then run indexer. What is SQL table format?

What do you mean incrementally?


Reply: <http://www.mnogosearch.org/board/message.php?id=3035>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to