Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add partitioning_column #31

Open
2 tasks
lucadelu opened this issue Jan 12, 2022 · 0 comments
Open
2 tasks

Add partitioning_column #31

lucadelu opened this issue Jan 12, 2022 · 0 comments

Comments

@lucadelu
Copy link

Hi,
I'm new to TimescaleDb and I'm starting to use it in a Django project.

I'm interested to use django-timescaledb, I would like to use the partitioning_column option of the create_hypertable function but it seems not supported yet, right?

I could be interested to make a pull request to add this support.
I was thinking to implement it with these changes:

  • add a new set of models fields (like TimescalePartinioningCharField, TimescalePartinioningIntegerField, TimescalePartinioningForeignKeyField)
  • modify _create_hypertable functions (postgis / postgresql ) and related functions calling it to support this new models fields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant