Re: Reduce or shrink the physical size of a text index



1. May be you sync your index too often. In that case use should
optimize the index from time to time (See API for optimization). You
can do this online and this will reduce the size of the index by
eliminating the duplicate tokens in the $I table

2. Use compress 2 for $I indexes. Don't fire the alter on the $I table
directly. See the docs for how to do this for text indexes

3. See if your stoplist is intact. You may wish to introduce more noice
words in the stoplist by analyzing your data (You won't be able to
search using these words though)

Regards,
Pratap

.



Relevant Pages

  • Re: [PATCH] sky2: Fix WARNING: at lib/dma-debug.c:902 check_sync
    ... The easiest way for 'completely safe sync for any driver writers' is ... a partial sync with sync_range API. ... They have a large buffer, and if they receive a small request they ... have the generic DMA API with generic devices so we are always able to ...
    (Linux-Kernel)
  • Re: Synchronization
    ... It *should* force all accounts to sync, and it should work in both ... straightforward API but you can simulate a click to Outlook's Sync ... Windows Mobile Pocket PC Smartphone Programming Hints and Tips ...
    (microsoft.public.pocketpc.developer)
  • Re: SimplificationMesh example in KickStart
    ... the API has changed since the book was written. ... Either some optimization got ugly, ... > initialization is not well done, ... > Vanderghast, Access MVP ...
    (microsoft.public.win32.programmer.directx.managed)
  • Re: [RFC PATCH] dma: Add barrierless dma mapping/unmapping api
    ... dmac_.*_range to map buffers. ... dma_map_sg API gives what you want, do a sync only after ... mapping the last buffer. ...
    (Linux-Kernel)
  • Re: reading on serial port slow...
    ... I was hoping that things that happen in Kernel space can at ... least complete despite what scheduling is used by threads, ... that there is some mechanism (API call) to force this (like ... it could call "sync" perhaps, that would force the buffers to ...
    (comp.os.linux.development.system)