Pinglei Guo

Results 195 comments of Pinglei Guo

actually they should be consider 'cloud native database` in a sense those TSDB are not open source and can't not be deployed on other cloud service providers ....

![goldenretriever_hero_-_copy](https://user-images.githubusercontent.com/5621298/31095205-e3f6c274-a76c-11e7-9bb5-34d421fa8f75.jpg)

You can do it on the website, just select status to active https://xephonhq.github.io/awesome-time-series-database/ ![image](https://user-images.githubusercontent.com/5621298/72210881-c4c12900-3476-11ea-84c4-0d9246d3cb5f.png) I will update the website so the filter got append to url when sharing (and default...

fork the official performance test, alasql seems to be faster (but it can't read sqlite file unless sql.js is used), it can export to csv, xlsx though .... https://jsperf.com/sql-js-vs-alasql-js-fork (the...

Another way to address overhead of series name is to add an extra prepare phase, so client send id instead of text, this works if the client seldom changes its...

@apavlo I think I need to wait for other PRs that introduces new databases to be merged first, so I can solve the conflicts in my fork's branch before it...

@apavlo then I think it's ready to be merged, I don't have any update since the initial PR

I am using oltpbench for my thesis, so I'd like to spend sometime on this issue. What about all the pending PR using the old config style? btw: Is it...

worker 怎么知道自己要爬哪个?另外去重你怎么处理的?

@gaocegege - worker follow链接么?还是每次只爬一层,不再follow然后把爬到的link返回给master,master对link去重之后再分配给worker - 怎么保证worker分配的合理性?consul应该没有这样的功能吧? - btw: 其实master和worker可以放在一个 repo,一些 common 的部分可能好处理一些? 或者你 master 和 worker 没什么 common ....