Questions about projections given by DBD
We used DBD for our projection design, and I have some questions about the design that DBD gave us: 1. There are a lot IPV6 address lookups in a lot of our queries (WHERE and GROUP BY clauses), I would have expected the IP address column in the ORDER BY of the projection, but it's not. The data type of the IP address column is varbinary. Why didn't DBD put IP addresses in ORDER BY? 2. DBD put a lot of measure columns (NumConnections, NumPackets, etc.) in the ORDER BY clause of the projection. My guess is that it's trying to compress the data more, but I think it does not help with query performance. Does anyone know why it put so many measures in ORDER BY and what are the impacts on query performance?
0
Comments