xephon-k icon indicating copy to clipboard operation
xephon-k copied to clipboard

Clean up code for BenchHub

Open at15 opened this issue 7 years ago • 0 comments

Major issues

  • benchmark related code will be split into libstdb-go and xephon-b
  • #62 move collector somewhere else, might be benchhub, or gommon
  • add tracing on server side to know where is our hot spot
  • use go.ice as server framework

TODO

  • [x] group and clean up old issues, a new tag pre-benchhub should be added
  • [ ] make the cassandra backend work again, it should be very easy without rich tag support
  • [ ] recap the column store, it should support read at least
    • [ ] the inverted index can just be kept in memory and rebuilt when start, I don't think there is time to deal with high carnality
    • might take the time and port it to gegecece ...

at15 avatar Feb 10 '18 09:02 at15