ClickHouse/website
Marek Vavruša 5f1e65b252 AggregateFunctions: implemented topK(n)
This implements a new function for approximate
computation of the most frequent entries using
Filtered Space Saving with a merge step adapted
from Parallel Space Saving paper.

It works better for cases where GROUP BY x
is impractical due to high cardinality of x,
such as top IP addresses or top search queries.
2017-05-03 23:09:52 -07:00
..
nginx
benchmark.html
Dockerfile
favicon.ico
google419fbd824d7ff97d.html
gulpfile.js
index.html
jquery.js
logo.png
logo.svg
README.md
reference_en.html AggregateFunctions: implemented topK(n) 2017-05-03 23:09:52 -07:00
reference_ru.html AggregateFunctions: implemented topK(n) 2017-05-03 23:09:52 -07:00
reference.css
release.sh
robots.txt
setup_gulp.sh
tutorial.html
yandex-black-button.png
yandex-white-button.png

ClickHouse website quickstart:

  1. If npm is not installed: apt-get install npm for Debian/Ubuntu, brew install npm for Mac OS or download and install manually https://nodejs.org/en/download/
  2. Run setup_gulp.sh once to install prerequisites via npm
  3. Use gulp build to minify website to "public" folder or just gulp to run local webserver with livereload serving it