troubleshooting

Is there any way to mock up functions in RisingWave without using an entire UDF service?

Rick Otten is looking for a way to mock up functions in RisingWave without using an entire UDF service. He needs to mock functions for data migrations in RisingWave, but the platform doesn't support simple SQL functions yet. Is there an alternative way to mock up these functions or does he need to consider another data migration tool?

Ri

Rick Otten

Asked on Feb 06, 2024

  • The lock function in RisingWave can be optional.
  • Another tool called 'migrate' removed the lock function successfully.
  • RisingWave will support SQL UDF in the next release v1.7.0, allowing users to create functions like pg_try_advisory_lock to mock functions for data migrations.
Feb 07, 2024Edited by