Re: Index partitioned/ Full indexing by MSSQL or MySQL

2010-09-17 Thread Lance Norskog
Or, as in my case, a small DB for generating/tracking unique_ids and > last_update_datetimes, but the bulk of the data is archived in files and can > easily be updated or read and indexed. > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Index-partitioned-Fu

Re: Index partitioned/ Full indexing by MSSQL or MySQL

2010-09-17 Thread kenf_nc
/tracking unique_ids and last_update_datetimes, but the bulk of the data is archived in files and can easily be updated or read and indexed. -- View this message in context: http://lucene.472066.n3.nabble.com/Index-partitioned-Full-indexing-by-MSSQL-or-MySQL-tp1515572p1516763.html Sent from the

Index partitioned/ Full indexing by MSSQL or MySQL

2010-09-16 Thread Tommy Molto
Hi, My company have a site of ads that have 2 types of data: active ads (ads that are valid) and inactive ads (that are no longer valid, but we have to show the page to get users to see related ads , related searches, etc). Some doubts crossed the mind of the team: - ยท