2020-04-17 17:33:32 +00:00
{% set description = description or _('ClickHouse is a fast open-source column-oriented database management system that allows generating analytical data reports in real-time using SQL queries') %}
2020-03-30 08:25:29 +00:00
< meta charset = "utf-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
2020-03-13 19:35:03 +00:00
< meta name = "viewport" content = "width=device-width,initial-scale=1" >
2020-04-17 17:33:32 +00:00
< title > {% if title %}{{ title }}{% else %}{{ _('ClickHouse - fast open-source OLAP DBMS') }}{% endif %}< / title >
2020-03-13 19:35:03 +00:00
< link rel = "shortcut icon" href = "/favicon.ico" / >
2020-03-30 08:25:29 +00:00
< meta property = "og:title" content = "{% if title %}{{ title }}{% else %}{{ _('ClickHouse DBMS') }}{% endif %}" / >
2020-04-17 17:33:32 +00:00
< meta property = "og:description" content = "{{ description }}" / >
< meta property = "og:type" content = "website" / >
< meta property = "og:image" content = "https://clickhouse.tech/images/logo.png" / >
2020-04-18 08:07:52 +00:00
{% if page %}
< meta property = "og:url" content = "{{ page.abs_url or 'https://clickhouse.tech/' }}" / >
{% else %}
< meta property = "og:url" content = "https://clickhouse.tech/" / >
{% endif %}
2020-03-30 08:25:29 +00:00
< meta property = "twitter:title" content = "{% if title %}{{ title }}{% else %}{{ _('ClickHouse DBMS') }}{% endif %}" / >
2020-03-13 19:35:03 +00:00
2020-04-17 17:33:32 +00:00
< meta name = "description" content = "{{ description }}" / >
2020-03-13 19:35:03 +00:00
< meta name = "keywords"
2020-04-17 17:33:32 +00:00
content="ClickHouse, DBMS, OLAP, SQL, open-source, relational, analytics, analytical, Big Data, web-analytics" />
2020-04-10 13:56:25 +00:00
{% for prefetch_item in prefetch_items %}
< link rel = "prefetch" href = "{{ prefetch_item.0 }}" as = "{{ prefetch_item.1 }}" / >
{% endfor %}