clojure-quant / quanta-studio

0 stars 0 forks source link

TRANSIT STORE IS SLOW #20

Open awb99 opened 1 month ago

awb99 commented 1 month ago

2024-10-14T21:28:25.255463687Z INFO LOG nuc12 quanta.viz.plot.transit(14,5) - storing transit-json.. 2024-10-14T21:28:25.274424628Z INFO LOG nuc12 quanta.viz.plot.transit(17,5) - storing transit-json.. done!

2 Seconds to save a bar-warehouse to json. This is because it needs to be saved to nippy, loaded back from nippy and then saved as transit. See this ticket:

https://github.com/techascent/tech.ml.dataset/issues/425

Once this ticket is saved, the transit-json saving will be fast.