8

Does Google Cloud Spanner support stored procedures?

I've had a quick search through the docs at https://cloud.google.com/spanner/docs/overview but couldn't find any reference to stored procs / user defined routines anywhere.

It would be good to find out for certain if they are/aren't supported.

Dan McGrath
  • 41,220
  • 11
  • 99
  • 130
Andrew Jessop
  • 135
  • 2
  • 7

1 Answers1

8

No, it does not support stored procedures. You could use something like App Engine for small server side scripts or call Dataflow jobs for larger ones.

Dan McGrath
  • 41,220
  • 11
  • 99
  • 130