You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lily-d...@googlegroups.com
Hi,
If I have few millions records, and I need to reindex subset only, specific namespace, Lily will run MapReduce which will scan all records… isn't it strange that we can't support secondary indexes for that yet? Am I right, is it performance bottleneck rich now? User asked to reindex 2000 records and it took 4 hours… we need Solr to reindex Solr ;)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lily-d...@googlegroups.com
Hi,
The current batch build is used to reindex all records in your repository. Re-indexing a subset is not supported yet. So it will be reindexing your millions of records.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lily-d...@googlegroups.com
Hi Evert,
As a workaround, I can have simple Solr instance to index just "namespace" of a record (and to use WAL); and, to reindex subset, I can implement own MapReduce task. But I don't think Lily supports "namespace-index"; I need to use specific "namespace" field (or hack HBase table)… Am I right?
-Fuad
Evert Arckens
unread,
Aug 10, 2011, 3:06:26 AM8/10/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lily-d...@googlegroups.com
Hi,
Lily does indeed not support a namespace-index. So you would indeed have to use a specific field to put a 'namespace' in.