Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
shared_preload_libraries is a parameter that determines which libraries have to be loaded when an Azure HorizonDB cluster is started. Any libraries that use shared memory must be loaded via this parameter. If your extension needs to be added to the shared preload libraries, follow these steps:
Steps to load libraries
You have to create a parameter group that modifies the value of shared_preload_libraries so that it's assigned a comma separated list of libraries that you want to load.
Then you have to connect your cluster to that parameter group for the value to take effect.
Because shared_preload_libraries is a static parameter, it requires a restart of your cluster which occurs as soon as you connect the parameter group to the cluster.