pblasquez a3d2e1b439 Optimize map SQL
Changing LEFT joins to INNER joins brought a 70k result down from 4.1s to 1.7 in my testing.  The only benefit to LEFT joins is to retrieve rows with no match, but we filter those rows out in the WHERE clause.

Was able to map interconnections between 254 devices in 47s with both 'mac' and 'xdp' options turned on.
2016-06-23 22:45:41 -07:00
..
2016-05-26 09:44:41 -05:00
2016-06-16 20:26:43 +02:00
2016-06-23 22:45:41 -07:00
2016-06-02 06:56:45 +00:00
2016-06-02 06:56:45 +00:00