Anca Vamanu writes:

 > - added some KEYs to presence tables to improve db query performance
 > - (table version increased)

i have question regarding the new presentity index.  there is now

   <index>
        <name>udee_presentity</name>
        <colref linkend="username"/>
        <colref linkend="domain"/>
        <colref linkend="event"/>
        <colref linkend="etag"/>
        <unique/>
        </index>
        <index>
        <name>ude_presentity</name>
        <colref linkend="username"/>
        <colref linkend="domain"/>
        <colref linkend="event"/>
        <unique/>
    </index>

why is the second index needed, because my understanding is that at
least in mysql the second index is already included in the first?

- juha

_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to