GitXplorerGitXplorer
e

match-recognize-vldb2023

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
4667521bced02ea54414507beb56595bba7c5023

Fix listing in readme.

eekzhu committed 2 years ago
Unverified
1d05a644672c9c8067f997b1e93832743319f792

add query templates and scripts

eekzhu committed 2 years ago

README

The README file for this repository.

Note

This repository contains the MATCH_RECOGNIZE query templates and scripts for importing raw datasets into Trino (Hive + HDFS) and PostgreSQL 14.

The raw CSV files for the datasets can be obtained from here.

Directory structure:

  • query-templates:
    • (benchmark dataset)
      • (pattern definition)
        • (pattern name).sql: MATCH_RECOGNIZE query with example parameters.
  • scripts:
    • hive_import_(dataset).sql: create tables in Hive after copying the raw CSV files into HDFS.
    • trino_import_(dataset).sql: create tables in Trino from Hive tables.
    • postgres_import_(dataset).sql: create tables in PostgreSQL from raw CSV files. Citus extension is required.