Open nbtafelberg opened 1 year ago
Not certain whether you need all those indices. My recollection is that most accesses are by parcel UUID, which are on a primary index. Second most accesses are by way of the in-memory bitmap checks to determine the highest layer, which then references another in-memory associative list that translates the layer directly to a parcel UUID. Third most are general parcel queries based on region. So, yes, an index on RegionUUID could be helpful. I will verify this again in the latest codebase.
I don't know if it's just me but the land table doesn't appear to have any indexes, I added indexes for Region UUID, USer UUID and UUID