Extending support for nested queries and recursive queries in PostgreSQL#1
Open
psychlone77 wants to merge 10 commits into
Open
Extending support for nested queries and recursive queries in PostgreSQL#1psychlone77 wants to merge 10 commits into
psychlone77 wants to merge 10 commits into
Conversation
…d requirements.txt.
…ME and add test cases Co-authored-by: Copilot <copilot@github.com>
Add support for nested sub-queries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1. Extended Features and User Interface
app.py, a Streamlit web interface for interactive query input, parameter configuration, execution, and result visualization, greatly improving user experience.evaluate.py, an automated evaluation script to run experiments, parse results, and export metrics for performance analysis.2. Documentation & Setup
README.mdfor clarity, with improved onboarding, usage instructions, and details on system architecture and query rewriting.docs/cplex_setup.md, a step-by-step guide for installing and configuring the full version of CPLEX for large-scale workloads.3. Configuration
config/parameter.configto includerecursion_bound, supporting advanced query types and aligning with new UI and evaluation tools.