Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Enables auto-creating the schema on imports; Resolves #765 #837

Merged
merged 1 commit into from
Sep 25, 2017

Conversation

yuce
Copy link
Contributor

@yuce yuce commented Sep 22, 2017

Overview

Implements auto-creating the schema on import

Resolves #765

Example:

$ pilosa import --sort --create -i repo -f stargazer stargazer.csv --frame-inverse-enabled --index-time-quantum YM --frame-cache-size 3000

Pull request checklist

Code review checklist

This is the checklist that the reviewer will follow while reviewing your pull request. You do not need to do anything with this checklist, but be aware of what the reviewer will be looking for.

  • Ensure that any changes to external docs have been included in this pull request.
  • If the changes require that minor/major versions need to be updated, tag the PR appropriately.
  • Ensure the new code is properly commented and follows Idiomatic Go.
  • Check that tests have been written and that they cover the new functionality.
  • Run tests and ensure they pass.
  • Build and run the code, performing any applicable integration testing.

Copy link
Member

@jaffee jaffee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noice

@yuce
Copy link
Contributor Author

yuce commented Sep 25, 2017

great, thanks!

@yuce yuce merged commit b11b8b0 into FeatureBaseDB:master Sep 25, 2017
@yuce yuce deleted the 765-auto-create-frames-on-import branch September 25, 2017 18:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: Add an option to pilosa import command that can auto create new indexes/frames
2 participants