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

Switch to JSON data support in Oracle DB #86

Open
pavelhoral opened this issue Feb 3, 2021 · 0 comments
Open

Switch to JSON data support in Oracle DB #86

pavelhoral opened this issue Feb 3, 2021 · 0 comments

Comments

@pavelhoral
Copy link
Member

Current Oracle support was written for before Oracle added JSON support (12c).

I think it is fairly safe to switch to JSON functions in a similar fashion as in PostgreSQL. This means:

  • adding JSON check constraints where relevant
  • dropping properties tables for generic tables (indexes can be created for JSON paths)
  • create index on searchable JSON paths where necessary

Another thing to consider is to simplify nested query paging syntax by using much more friendly OFFSET ... ROWS FETCH NEXT ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant