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

Allow Ingestion with Time Partition - Till 1 month older events #790

Merged
merged 5 commits into from
May 5, 2024

Conversation

nikhilsinhaparseable
Copy link
Contributor

update in the time partition logic
to check if time partition field value is not less than a month old
then partition based on time partition field
also, if static schema is provided
check if static schema has time partition field at the time of log creation
update the data type of time partition field to timestamp when persisting schema
this improves query performance of count(*)

to check if time partition field value is not less than a month old
then partition based on time partition field
also, if static schema is provided
check if static schema has time partition field at the time of log creation
Copy link
Contributor

@Eshanatnight Eshanatnight left a comment

Choose a reason for hiding this comment

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

looks good but quest seems to be failing

@nitisht nitisht merged commit ebf2c16 into parseablehq:main May 5, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

None yet

3 participants