>From Ian Maxon <[email protected]>: Attention is currently required from: Hongyu Shi.
Ian Maxon has posted comments on this change by Hongyu Shi. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21099?usp=email ) Change subject: [ASTERIXDB-3754] Storage layer of VTree index - patch 1 ...................................................................... Patch Set 12: (1 comment) File hyracks-fullstack/hyracks/hyracks-storage-am-vtree/src/main/java/org/apache/hyracks/storage/am/vector/api/IVTreeDistanceFunctionFactory.java: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21099/comment/cb15724b_e0a349f4?usp=email : PS12, Line 35: public interface IVTreeDistanceFunctionFactory extends Serializable, IJsonSerializable { > i don't understand this interface. […] serializing some of the discussion between Hongyu and i here: a comparator probably isn't the right abstraction here, because the search isn't based on lt,gt,eq. it's based on distance. furthermore the format of the vectors can be quantized or not. so it's a lot more similar to the inverted index abstractions than it is to other index types which either work on exact match or membership. -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21099?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Change-Id: Id613553fb11bf97ca9c75ae843dee470acc36b5d Gerrit-Change-Number: 21099 Gerrit-PatchSet: 12 Gerrit-Owner: Hongyu Shi <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-CC: Ian Maxon <[email protected]> Gerrit-Attention: Hongyu Shi <[email protected]> Gerrit-Comment-Date: Mon, 06 Jul 2026 18:49:43 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Comment-In-Reply-To: Ian Maxon <[email protected]>
