# Oxla Developer Hub ## Docs - [C# (Dapper - Npgsql)](https://docs.oxla.com/clients-tools/language-clients/dotnet-dapper.md) - [Java (JDBC)](https://docs.oxla.com/clients-tools/language-clients/java-jdbc.md) - [PHP (PDO)](https://docs.oxla.com/clients-tools/language-clients/php-pdo.md) - [Integrating Oxla Docker Container with Amazon S3](https://docs.oxla.com/cloud-storage/amazon-s3.md) - [Run Oxla on Azure Blob Storage](https://docs.oxla.com/cloud-storage/azure-blob-storage.md) - [Run Oxla on Google Cloud Storage](https://docs.oxla.com/cloud-storage/google-cloud-storage.md) - [Connecting Oxla to MinIO](https://docs.oxla.com/cloud-storage/minio.md) - [Oxla Configuration File](https://docs.oxla.com/configuration-deployment/configuration/oxla-configuration-file.md) - [Oxla cluster with host mounted network storage](https://docs.oxla.com/configuration-deployment/multi-node-deployment/host-mounted-network-storage.md) - [Overview](https://docs.oxla.com/configuration-deployment/multi-node-deployment/overview.md) - [What is Oxla and why use it](https://docs.oxla.com/introduction/what-is-oxla-and-why-use-it.md) - [Public Metrics](https://docs.oxla.com/monitoring/public-metrics.md) - [Run Oxla in 2 minutes](https://docs.oxla.com/quickstart.md) - [OLTP vs. OLAP](https://docs.oxla.com/resources/oltp-vs-olap.md) - [Oxla vs. PostgreSQL](https://docs.oxla.com/resources/oxla-vs-postgresql.md) - [Overview](https://docs.oxla.com/security/access-control.md) - [Ownership](https://docs.oxla.com/security/ownership.md) - [Privileges](https://docs.oxla.com/security/privileges.md) - [Roles](https://docs.oxla.com/security/roles.md) - [SSL Configuration](https://docs.oxla.com/security/ssl-configuration.md) - [Comment Support](https://docs.oxla.com/sql-reference/comment-support.md) - [SQL Reference](https://docs.oxla.com/sql-reference/overview.md) - [Schema Definition](https://docs.oxla.com/sql-reference/schema.md) - [FROM](https://docs.oxla.com/sql-reference/sql-clauses/from/from.md) - [JOIN](https://docs.oxla.com/sql-reference/sql-clauses/from/join.md) - [LEFT JOIN](https://docs.oxla.com/sql-reference/sql-clauses/from/left-join.md) - [OUTER JOIN](https://docs.oxla.com/sql-reference/sql-clauses/from/outer-join.md) - [RIGHT JOIN](https://docs.oxla.com/sql-reference/sql-clauses/from/right-join.md) - [GROUP BY](https://docs.oxla.com/sql-reference/sql-clauses/group-by.md) - [HAVING](https://docs.oxla.com/sql-reference/sql-clauses/having.md) - [LIMIT](https://docs.oxla.com/sql-reference/sql-clauses/limit.md) - [OFFSET](https://docs.oxla.com/sql-reference/sql-clauses/offset.md) - [ORDER BY](https://docs.oxla.com/sql-reference/sql-clauses/order-by.md) - [OVER / WINDOW](https://docs.oxla.com/sql-reference/sql-clauses/over-window.md) - [SQL CLAUSES](https://docs.oxla.com/sql-reference/sql-clauses/overview.md) - [EXCEPT](https://docs.oxla.com/sql-reference/sql-clauses/set-operations/except.md) - [INTERSECT](https://docs.oxla.com/sql-reference/sql-clauses/set-operations/intersect.md) - [Overview](https://docs.oxla.com/sql-reference/sql-clauses/set-operations/overview.md) - [UNION](https://docs.oxla.com/sql-reference/sql-clauses/set-operations/union.md) - [WHERE](https://docs.oxla.com/sql-reference/sql-clauses/where.md) - [WITH](https://docs.oxla.com/sql-reference/sql-clauses/with.md) - [Array](https://docs.oxla.com/sql-reference/sql-data-types/array.md) - [Bool](https://docs.oxla.com/sql-reference/sql-data-types/bool.md) - [Data Type Operators](https://docs.oxla.com/sql-reference/sql-data-types/data-type-operators.md) - [Date](https://docs.oxla.com/sql-reference/sql-data-types/date.md) - [Interval](https://docs.oxla.com/sql-reference/sql-data-types/interval.md) - [JSON](https://docs.oxla.com/sql-reference/sql-data-types/json.md) - [Numeric](https://docs.oxla.com/sql-reference/sql-data-types/numeric-type/numeric.md) - [Numeric Data Type - Aliases](https://docs.oxla.com/sql-reference/sql-data-types/numeric-type/numeric-data-type-aliases.md) - [SQL DATA TYPES](https://docs.oxla.com/sql-reference/sql-data-types/overview.md) - [Text](https://docs.oxla.com/sql-reference/sql-data-types/text.md) - [Time](https://docs.oxla.com/sql-reference/sql-data-types/time-type/time.md) - [Time Operators](https://docs.oxla.com/sql-reference/sql-data-types/time-type/time-operators.md) - [Timestamp with Time Zone](https://docs.oxla.com/sql-reference/sql-data-types/timestamp-with-time-zone.md) - [Timestamp Without Time Zone](https://docs.oxla.com/sql-reference/sql-data-types/timestamp-without-time-zone.md) - [AVG](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/avg.md) - [BOOL_AND](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/bool-and.md) - [BOOL_OR](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/bool-or.md) - [CORR()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/corr.md) - [COUNT](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/count.md) - [COVAR_POP()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/covar-pop.md) - [COVAR_SAMP](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/covar-samp.md) - [DISTINCT qualifier](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/distinct.md) - [FOR_MAX()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/for-max.md) - [FOR_MIN()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/for-min.md) - [MAX](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/max.md) - [MIN](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/min.md) - [MODE()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/ordered-set-aggregate-functions/mode.md) - [PERCENTILE_CONT()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/ordered-set-aggregate-functions/percentile-cont.md) - [PERCENTILE_DISC()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/ordered-set-aggregate-functions/percentile-disc.md) - [Overview](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/overview.md) - [Overview](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/overview-statistics.md) - [REGR_AVGX()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-avgx.md) - [REGR_AVGY()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-avgy.md) - [REGR_COUNT()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-count.md) - [REGR_INTERCEPT()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-intercept.md) - [REGR_R2()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-r2.md) - [REGR_SLOPE()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-slope.md) - [REGR_SXX()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-sxx.md) - [REGR_SXY()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-sxy.md) - [REGR_SYY()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/regr-syy.md) - [STDDEV()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/stddev.md) - [STDDEV_POP()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/stddev-pop.md) - [STDDEV_SAMP()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/stddev-samp.md) - [SUM](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/sum.md) - [VAR_POP()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/var-pop.md) - [VAR_SAMP()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/var-samp.md) - [VARIANCE()](https://docs.oxla.com/sql-reference/sql-functions/aggregate-functions/variance.md) - [IF Function](https://docs.oxla.com/sql-reference/sql-functions/boolean-functions/if-function.md) - [IS DISTINCT FROM Operator](https://docs.oxla.com/sql-reference/sql-functions/boolean-functions/is-distinct-from-operator.md) - [IS NOT DISTINCT FROM Operator](https://docs.oxla.com/sql-reference/sql-functions/boolean-functions/is-not-distinct-from-operator.md) - [JSON_ARRAY_EXTRACT](https://docs.oxla.com/sql-reference/sql-functions/json-functions/json-array-extract.md) - [JSON_ARRAY_LENGTH](https://docs.oxla.com/sql-reference/sql-functions/json-functions/json-array-length.md) - [JSON_EXTRACT_PATH](https://docs.oxla.com/sql-reference/sql-functions/json-functions/json-extract-path.md) - [JSON_EXTRACT_PATH_TEXT](https://docs.oxla.com/sql-reference/sql-functions/json-functions/json-extract-path-text.md) - [Overview](https://docs.oxla.com/sql-reference/sql-functions/json-functions/overview.md) - [ABS](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/abs.md) - [CBRT](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/cbrt.md) - [CEIL](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/ceil.md) - [EXP](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/exp.md) - [FLOOR](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/floor.md) - [GREATEST](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/greatest.md) - [LEAST](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/least.md) - [LN](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/ln.md) - [LOG](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/log.md) - [Overview](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/overview.md) - [POWER](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/power.md) - [RANDOM](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/random.md) - [ROUND](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/round.md) - [SIGN](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/sign.md) - [SIN](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/sin.md) - [SQRT](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/sqrt.md) - [TO_CHAR from Number](https://docs.oxla.com/sql-reference/sql-functions/numeric-functions/to-char-from-number.md) - [coalesce()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/coalesce.md) - [col_description()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/col-description.md) - [current_database()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/current-database.md) - [current_schema()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/current-schema.md) - [has_schema_privilege()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/has-schema-privillege.md) - [nullif()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/nullif.md) - [obj_description()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/obj-description.md) - [Overview](https://docs.oxla.com/sql-reference/sql-functions/other-functions/overview.md) - [pg_backend_pid()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-backend-pid.md) - [pg_encoding_to_char()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-encoding-to-char.md) - [pg_get_constraintdef()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-get-constraintdef.md) - [pg_get_expr()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-get-expr.md) - [pg_get_indexdef()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-get-indexdef.md) - [pg_get_statisticsobjdef_columns()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-get-statisticsobjdef-columns.md) - [pg_get_userbyid()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-get-userbyid.md) - [pg_relation_is_publishable()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-relation-is-publishable.md) - [pg_size_pretty()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-size-pretty.md) - [pg_table_is_visible()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-table-is-visible.md) - [pg_table_size()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-table-size.md) - [pg_total_relation_size()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-total-relation-size.md) - [pg_typeof()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/pg-typeof.md) - [shobj_description()](https://docs.oxla.com/sql-reference/sql-functions/other-functions/shobj-description.md) - [SQL Functions](https://docs.oxla.com/sql-reference/sql-functions/overview.md) - [CONCAT](https://docs.oxla.com/sql-reference/sql-functions/string-functions/concat.md) - [ENDS_WITH](https://docs.oxla.com/sql-reference/sql-functions/string-functions/ends-with.md) - [LENGTH](https://docs.oxla.com/sql-reference/sql-functions/string-functions/length.md) - [LOWER](https://docs.oxla.com/sql-reference/sql-functions/string-functions/lower.md) - [Overview](https://docs.oxla.com/sql-reference/sql-functions/string-functions/overview.md) - [POSITION](https://docs.oxla.com/sql-reference/sql-functions/string-functions/position.md) - [POSIX Regular Expressions](https://docs.oxla.com/sql-reference/sql-functions/string-functions/regex/posix-regular-expressions.md) - [REGEXP_MATCH()](https://docs.oxla.com/sql-reference/sql-functions/string-functions/regex/regexp-match.md) - [REGEXP_REPLACE()](https://docs.oxla.com/sql-reference/sql-functions/string-functions/regex/regexp-replace.md) - [REPLACE()](https://docs.oxla.com/sql-reference/sql-functions/string-functions/replace.md) - [STARTS_WITH](https://docs.oxla.com/sql-reference/sql-functions/string-functions/starts-with.md) - [STRPOS](https://docs.oxla.com/sql-reference/sql-functions/string-functions/strpos.md) - [SUBSTR](https://docs.oxla.com/sql-reference/sql-functions/string-functions/substr.md) - [SUBSTRING](https://docs.oxla.com/sql-reference/sql-functions/string-functions/substring.md) - [UPPER](https://docs.oxla.com/sql-reference/sql-functions/string-functions/upper.md) - [CURRENT_TIMESTAMP](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/current-timestamp.md) - [DATE_TRUNC](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/date-trunc.md) - [EXTRACT](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/extract.md) - [FORMAT_TIMESTAMP](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/format-timestamp.md) - [Overview](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/overview.md) - [TIMESTAMP_MICROS](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/timestamp-micros.md) - [TIMESTAMP_MILLIS](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/timestamp-millis.md) - [TIMESTAMP_SECONDS](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/timestamp-seconds.md) - [TIMESTAMP_TRUNC](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/timestamp-trunc.md) - [TO_CHAR](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/to-char.md) - [TO_TIMESTAMP](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/to-timestamp.md) - [UNIX_MICROS](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/unix-macros.md) - [UNIX_MICROS](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/unix-micros.md) - [UNIX_MILLIS](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/unix-millis.md) - [UNIX_SECONDS](https://docs.oxla.com/sql-reference/sql-functions/timestamp-functions/unix-seconds.md) - [Trigonometric Functions](https://docs.oxla.com/sql-reference/sql-functions/trigonometric-functions/overview.md) - [AVG()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/avg.md) - [BOOL_AND()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/bool-and.md) - [BOOL_OR()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/bool-or.md) - [COUNT()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/count.md) - [CUME_DIST()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/cume-dist.md) - [DENSE_RANK()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/dense-rank.md) - [FIRST_VALUE()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/first-value.md) - [LAG()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/lag.md) - [LAST_VALUE()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/last-value.md) - [LEAD()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/lead.md) - [MAX()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/max.md) - [MIN()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/min.md) - [NTH_VALUE()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/nth-value.md) - [NTILE()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/ntile.md) - [Overview](https://docs.oxla.com/sql-reference/sql-functions/window-functions/overview.md) - [PERCENT_RANK()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/percent-rank.md) - [RANK()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/rank.md) - [ROW_NUMBER](https://docs.oxla.com/sql-reference/sql-functions/window-functions/row-number.md) - [SUM()](https://docs.oxla.com/sql-reference/sql-functions/window-functions/sum.md) - [DELETE](https://docs.oxla.com/sql-reference/sql-mutations/delete.md) - [SQL MUTATIONS](https://docs.oxla.com/sql-reference/sql-mutations/overview.md) - [UPDATE](https://docs.oxla.com/sql-reference/sql-mutations/update.md) - [COPY FROM](https://docs.oxla.com/sql-reference/sql-statements/copy-from/copy-from.md) - [COPY FROM STDIN](https://docs.oxla.com/sql-reference/sql-statements/copy-from/copy-from-stdin.md) - [COPY FROM with Delimiter](https://docs.oxla.com/sql-reference/sql-statements/copy-from/copy-from-with-delimiter.md) - [COPY FROM with Endpoint](https://docs.oxla.com/sql-reference/sql-statements/copy-from/copy-from-with-endpoint.md) - [COPY FROM with FORMAT](https://docs.oxla.com/sql-reference/sql-statements/copy-from/copy-from-with-format.md) - [COPY FROM with HEADER](https://docs.oxla.com/sql-reference/sql-statements/copy-from/copy-from-with-header.md) - [COPY FROM with NULL](https://docs.oxla.com/sql-reference/sql-statements/copy-from/copy-from-with-null.md) - [COPY TO](https://docs.oxla.com/sql-reference/sql-statements/copy-to/copy-to.md) - [COPY TO STDOUT](https://docs.oxla.com/sql-reference/sql-statements/copy-to/copy-to-stdout.md) - [COPY TO with Delimiter](https://docs.oxla.com/sql-reference/sql-statements/copy-to/copy-to-with-delimiter.md) - [COPY TO with Endpoint](https://docs.oxla.com/sql-reference/sql-statements/copy-to/copy-to-with-endpoint.md) - [COPY TO with HEADER](https://docs.oxla.com/sql-reference/sql-statements/copy-to/copy-to-with-header.md) - [COPY TO with NULL](https://docs.oxla.com/sql-reference/sql-statements/copy-to/copy-to-with-null.md) - [CREATE INDEX](https://docs.oxla.com/sql-reference/sql-statements/create-index.md) - [CREATE TABLE](https://docs.oxla.com/sql-reference/sql-statements/create-table.md) - [DESCRIBE](https://docs.oxla.com/sql-reference/sql-statements/describe.md) - [DROP](https://docs.oxla.com/sql-reference/sql-statements/drop.md) - [INSERT INTO](https://docs.oxla.com/sql-reference/sql-statements/insert-into.md) - [Keywords](https://docs.oxla.com/sql-reference/sql-statements/keywords.md) - [SQL STATEMENTS](https://docs.oxla.com/sql-reference/sql-statements/overview.md) - [SELECT](https://docs.oxla.com/sql-reference/sql-statements/select.md) - [SET/SHOW](https://docs.oxla.com/sql-reference/sql-statements/set-show.md) - [SHOW NODES](https://docs.oxla.com/sql-reference/sql-statements/show-nodes.md) - [SHOW TABLES](https://docs.oxla.com/sql-reference/sql-statements/show-tables.md) - [Transactions](https://docs.oxla.com/sql-reference/transactions.md) - [pg_attrdef](https://docs.oxla.com/system-catalogs/catalogs/pg_attrdef.md) - [pg_attribute](https://docs.oxla.com/system-catalogs/catalogs/pg_attribute.md) - [pg_class](https://docs.oxla.com/system-catalogs/catalogs/pg_class.md) - [pg_constraint](https://docs.oxla.com/system-catalogs/catalogs/pg_constraint.md) - [pg_depend](https://docs.oxla.com/system-catalogs/catalogs/pg_depend.md) - [pg_description](https://docs.oxla.com/system-catalogs/catalogs/pg_description.md) - [pg_index](https://docs.oxla.com/system-catalogs/catalogs/pg_index.md) - [pg_namespace](https://docs.oxla.com/system-catalogs/catalogs/pg_namespace.md) - [pg_settings](https://docs.oxla.com/system-catalogs/catalogs/pg_settings.md) - [pg_statio_user_tables](https://docs.oxla.com/system-catalogs/catalogs/pg_statio_user_tables.md) - [pg_type](https://docs.oxla.com/system-catalogs/catalogs/pg_type.md) - [Data Task Stability](https://docs.oxla.com/system-catalogs/data_task_stability.md) - [Overview](https://docs.oxla.com/system-catalogs/overview.md) - [Oxla Home Files](https://docs.oxla.com/system-catalogs/oxla_home_files.md) - [Degraded State Handling](https://docs.oxla.com/troubleshooting-optimization/degraded-state-handling.md) - [Error Handling](https://docs.oxla.com/troubleshooting-optimization/error-handling.md) - [Welcome](https://docs.oxla.com/welcome.md): Discover everything you need to know about Oxla right here, right now!