cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.03k stars 3.8k forks source link

sql: implement support for plv8 (javascript stored procedures) #29683

Open tracker1 opened 6 years ago

tracker1 commented 6 years ago

I'm pretty sure this isn't even on the radar, as Stored Procedure support in general is a ways off, it would be nice to have support matching PostgreSQL's plv8 extension in cdb. It would potentially necessitate a note of some increased system requirements when used, the feature itself would be incredibly useful.

Related to: #17511 and #28295

Jira issue: CRDB-4851

knz commented 6 years ago

cc @awoods187

github-actions[bot] commented 3 years ago

We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 5 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!

knz commented 3 years ago

reopening since #17511 is still open

borgez commented 2 years ago

also https://github.com/JasperFx/marten/issues/1075

dbist commented 1 year ago

@dikshant