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

Dynahash: init support for Postgres Hash tables. #22

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Conversation

urso
Copy link
Collaborator

@urso urso commented Mar 15, 2024

Add typed wrappers for postgres HTAB type (dynahash hash tables that can also be used with shared memory).

When using HTAB one confiures an 'Entry' that can be any kind of struct. The prefix (first field) of the struct is supposed to hold the key. For string keys this means that we have to configure a max string length.

@urso urso changed the title Dynahash: init support Dynahash: init support for Postgres Hash tables. Mar 15, 2024
@urso urso requested a review from tsg March 15, 2024 13:47
This was referenced Mar 18, 2024
@urso urso merged commit 51d84a6 into xataio:main Mar 18, 2024
1 check passed
@urso urso deleted the dynahash branch March 18, 2024 19:29
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.

2 participants