Re: [elephant-devel] Duplicate values in PM-BTREE-INDEX
> This breaks inverted indices with duplicate values. I retract this statement, I think the problem was caused by some other thing. But I still don't understand it. :) Leslie ___ elephant-devel site list elephant-devel@common-lisp.net http://common
[elephant-devel] Duplicate values in PM-BTREE-INDEX
I don't understand this snippet in pm-btree.lisp (MAKE-TABLE): (when (duplicates-allowed-p bt) (cl-postgres:exec-query (active-connection) (format nil "create unique index ~a_idx on ~a(qi,value);" (table-of bt)