- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Can phoenix create or call endpoint coprocessors?
- Labels:
-
Apache Phoenix
Created 05-20-2016 04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can phoenix create or call endpoint coprocessors? I imagine this would look extremely similar to create stored procedure ddl statement. if this doesn't exist maybe I should change to idea.
Created 05-20-2016 07:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No Sunile, currently phoenix doesn't support creating custom coprocessors endpoints and calling them using a sql construct.
Created 05-20-2016 06:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sunile, Phoenix uses custom endpoint for making ddl operations atomic and coprocessors for running aggregate queries and many more queries at server side.
Created 05-20-2016 07:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No Sunile, currently phoenix doesn't support creating custom coprocessors endpoints and calling them using a sql construct.
