<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On Monday 04 February 2013 11:53 PM,
      Thomas Sibley wrote:<br>
    </div>
    <blockquote cite="mid:510FFCB7.1010601@bestpractical.com"
      type="cite">
      <pre wrap="">On 02/04/2013 08:58 AM, Subin wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">If an edit/update happens to an *"existing"* ticket/document/row in
the source database, how will this change get updated into indexes
quickly? So according to this config, we will need to wait until
the next time the 'main' is reindexed again, right? If true how
can we have a workaround for this problem?

Please excuse and let me know if I made any wrong assumptions
here.
</pre>
      </blockquote>
      <pre wrap="">
I'm not very familiar with the specifics of Arkadiusz Miskiewicz's
delta+main Sphinx setup, but understand the intent.  I think you're
imagining the RT database incorrectly.  Any updates to existing tickets
are stored as new rows in Transactions and Attachments tables the
database, and those new rows should be picked up by the delta index.
Once an individual Transaction/Attachment row is created, it's never
changed by RT.  This is why it doesn't matter that data in the main
index doesn't get updated more frequently.
</pre>
    </blockquote>
    <font size="-1"><font face="DejaVu Sans Mono">Hello Thomas,<br>
        <br>
        <font size="-1"> I guess that was exactly the information I was
          lacking.<br>
          <font size="-1">Things are clear now.</font> Thanks a lot.<br>
        </font></font></font>
  </body>
</html>