pixelsdb / pixels

An efficient storage and compute engine for both on-prem and cloud-native data analytics.
GNU Affero General Public License v3.0
139 stars 37 forks source link

[pixels-scaling] optimize scaling server #748

Open kkzzjx opened 1 month ago

kkzzjx commented 1 month ago

Here are some possible optimization points:

  1. Replace monitor with Prometheus
  2. A more elegant way to count the number of nodes (ScalingManager.java), e.g. Replace the current instanceMap with runningInstanceMap and stoppedInstanceMap ...