Webboard: indexer -Eblob : more than 11 hours...
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Christophe
Email: Nouvel
Message:
[...]
> > By the way, I don't understand why Loading documents 2000001-2100001 if 1336677 total are reported by indexer -S...
> >
> It loops through all "rec_id" values in the table "url".
>
> Try this query:
> "SELECT max(rec_id) FROM url"
>
> it should report a number in between 2000001 and 2100001.
Exactly :
mysql> select max(rec_id) from url;
+-------------+
| max(rec_id) |
+-------------+
| 2027381 |
+-------------+
1 row in set (0.03 sec)
mysql>
Christophe.
Reply: <http://www.mnogosearch.org/board/message.php?id=21099>