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

feat: multicorn2 (Postgres FDW) backend #397

Merged
merged 15 commits into from
Sep 24, 2024
Merged

feat: multicorn2 (Postgres FDW) backend #397

merged 15 commits into from
Sep 24, 2024

Conversation

betodealmeida
Copy link
Owner

@betodealmeida betodealmeida commented Oct 24, 2023

Summary

A Postgres FDW backend, using multicorn2.

  • basic SELECT
  • optimized SELECT (ie, handle Qual and columns)
  • write API
  • query cost
  • documentation
  • integration tests

Testing instructions

  1. Start the docker container: cd postgres && docker-compose up --build -d
  2. Run the examples/postgres.py script

@betodealmeida betodealmeida force-pushed the multicorn2 branch 7 times, most recently from 504ec4d to dcd415a Compare October 27, 2023 15:56
@betodealmeida betodealmeida force-pushed the multicorn2 branch 2 times, most recently from 986bd59 to 09247f7 Compare September 24, 2024 17:27
@betodealmeida betodealmeida force-pushed the multicorn2 branch 3 times, most recently from 128e667 to 3a5b574 Compare September 24, 2024 19:39
@betodealmeida betodealmeida merged commit b43fc70 into main Sep 24, 2024
7 of 8 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
1 participant