https://github.com/vincezk/lrcs_win
LRCS Window Version
https://github.com/vincezk/lrcs_win
column-store db fast
Last synced: 12 months ago
JSON representation
LRCS Window Version
- Host: GitHub
- URL: https://github.com/vincezk/lrcs_win
- Owner: VinceZK
- Created: 2013-12-28T10:18:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T15:07:15.000Z (about 6 years ago)
- Last Synced: 2025-06-29T13:41:17.853Z (about 1 year ago)
- Topics: column-store, db, fast
- Language: Roff
- Size: 25 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LRCS_WIN
========
LRCS Window Version
cd to ..\LRCS_WIN\Release, run LRCS_TST [args] to test
1. LRCS_TST 1 1 Query1S
First arg "1" means create the columns, "0" means not create
Second arg "1" means force split the columns from source csv file, "0" means not do that.
Third arg "Query1S" is the test suit name. Query1S creates column and running query with no data compression.
2. LRCS_TST 1 1 Query2S
Running a LZO query
3. LRCS_TST 1 1 Query3S
Running a bitmap compression query
4. LRCS_TST 1 1 Query4S
Running a RLE compression query.
5. LRCS_TST LogTst
Examples of how to use LRCS log utility
6. LRCS_TST ExceptionTst
Examples of how to handle errors
7. LRCS_TST LRCSEnvTst
Examples of how to using LRCS enviroment configuration
8. LRCS_TST ProjMakerTst
Examples of how to create and use projection & column meta data