2021-10-26 08:46:57 +00:00
|
|
|
[workspace]
|
|
|
|
# In alphabetical order
|
2020-05-01 16:52:00 +00:00
|
|
|
members = [
|
2021-05-05 16:59:12 +00:00
|
|
|
"arrow_util",
|
2021-08-26 10:30:59 +00:00
|
|
|
"client_util",
|
2022-02-18 14:35:45 +00:00
|
|
|
"compactor",
|
2021-10-26 08:46:57 +00:00
|
|
|
"data_types",
|
2021-05-05 16:59:12 +00:00
|
|
|
"datafusion",
|
|
|
|
"datafusion_util",
|
2021-12-23 22:01:17 +00:00
|
|
|
"db",
|
2021-11-11 12:34:07 +00:00
|
|
|
"dml",
|
2020-11-05 18:44:36 +00:00
|
|
|
"generated_types",
|
2021-10-26 08:46:57 +00:00
|
|
|
"grpc-router",
|
2021-10-26 08:47:23 +00:00
|
|
|
"grpc-router-test-gen",
|
2021-10-26 08:46:57 +00:00
|
|
|
"influxdb_iox",
|
2021-02-04 23:56:02 +00:00
|
|
|
"influxdb_iox_client",
|
2020-11-05 18:44:36 +00:00
|
|
|
"influxdb_line_protocol",
|
2021-08-26 10:30:59 +00:00
|
|
|
"influxdb_storage_client",
|
2021-01-07 16:31:48 +00:00
|
|
|
"influxdb_tsm",
|
2021-11-19 19:02:08 +00:00
|
|
|
"influxdb2_client",
|
2022-02-02 10:41:57 +00:00
|
|
|
"influxrpc_parser",
|
2022-01-17 20:38:03 +00:00
|
|
|
"ingester",
|
2021-03-19 16:27:57 +00:00
|
|
|
"internal_types",
|
2022-01-11 17:51:56 +00:00
|
|
|
"iox_catalog",
|
2021-08-19 17:07:52 +00:00
|
|
|
"iox_data_generator",
|
2022-02-10 11:23:06 +00:00
|
|
|
"iox_gitops_adapter",
|
2021-08-05 19:20:49 +00:00
|
|
|
"iox_object_store",
|
2021-12-23 22:01:17 +00:00
|
|
|
"job_registry",
|
2021-06-15 15:57:47 +00:00
|
|
|
"lifecycle",
|
2021-08-26 10:30:59 +00:00
|
|
|
"logfmt",
|
2021-08-27 11:54:23 +00:00
|
|
|
"metric",
|
|
|
|
"metric_exporters",
|
2021-10-14 16:46:54 +00:00
|
|
|
"mutable_batch",
|
2021-10-21 08:12:54 +00:00
|
|
|
"mutable_batch_lp",
|
2021-10-21 14:32:35 +00:00
|
|
|
"mutable_batch_pb",
|
2021-11-03 18:15:35 +00:00
|
|
|
"mutable_batch_tests",
|
2021-01-07 16:31:48 +00:00
|
|
|
"mutable_buffer",
|
|
|
|
"object_store",
|
2021-04-16 15:59:29 +00:00
|
|
|
"observability_deps",
|
2020-11-05 13:52:22 +00:00
|
|
|
"packers",
|
2021-01-07 16:36:03 +00:00
|
|
|
"panic_logging",
|
2021-10-14 12:34:59 +00:00
|
|
|
"parquet_catalog",
|
|
|
|
"parquet_file",
|
2021-07-05 08:23:58 +00:00
|
|
|
"persistence_windows",
|
2021-09-14 15:12:56 +00:00
|
|
|
"predicate",
|
2022-02-09 19:07:44 +00:00
|
|
|
"querier",
|
2020-11-24 19:19:29 +00:00
|
|
|
"query",
|
2021-06-04 17:31:19 +00:00
|
|
|
"query_tests",
|
2021-01-07 16:31:48 +00:00
|
|
|
"read_buffer",
|
2021-11-03 08:18:51 +00:00
|
|
|
"router",
|
2022-01-12 14:13:20 +00:00
|
|
|
"router2",
|
2021-10-26 08:46:57 +00:00
|
|
|
"schema",
|
2021-01-07 16:31:48 +00:00
|
|
|
"server",
|
2021-06-04 17:31:19 +00:00
|
|
|
"server_benchmarks",
|
2022-02-15 16:18:36 +00:00
|
|
|
"sqlx-hotswap-pool",
|
2021-01-07 16:31:48 +00:00
|
|
|
"test_helpers",
|
2021-10-11 15:00:29 +00:00
|
|
|
"time",
|
2021-08-18 08:05:21 +00:00
|
|
|
"trace",
|
2021-08-19 11:00:32 +00:00
|
|
|
"trace_exporters",
|
2021-08-24 13:37:20 +00:00
|
|
|
"trace_http",
|
2021-04-06 11:43:11 +00:00
|
|
|
"tracker",
|
2021-06-22 23:34:23 +00:00
|
|
|
"trogging",
|
2021-11-19 14:20:35 +00:00
|
|
|
"workspace-hack",
|
2021-07-14 09:39:49 +00:00
|
|
|
"write_buffer",
|
2020-05-01 16:52:00 +00:00
|
|
|
]
|
2021-10-26 08:46:57 +00:00
|
|
|
default-members = ["influxdb_iox"]
|
|
|
|
|
2021-11-18 22:26:33 +00:00
|
|
|
resolver = "2"
|
|
|
|
|
2021-10-26 08:46:57 +00:00
|
|
|
exclude = [
|
|
|
|
"*.md",
|
|
|
|
"*.txt",
|
|
|
|
".circleci/",
|
|
|
|
".editorconfig",
|
|
|
|
".git*",
|
|
|
|
".github/",
|
|
|
|
".kodiak.toml",
|
|
|
|
"Dockerfile*",
|
|
|
|
"LICENSE*",
|
|
|
|
"buf.yaml",
|
|
|
|
"docker/",
|
|
|
|
"docs/",
|
|
|
|
"massif.out.*",
|
|
|
|
"perf/",
|
|
|
|
"scripts/",
|
2021-11-25 17:14:40 +00:00
|
|
|
"test_bench/",
|
2021-10-26 08:46:57 +00:00
|
|
|
"test_fixtures/",
|
|
|
|
"tools/",
|
|
|
|
]
|
2019-11-22 21:59:04 +00:00
|
|
|
|
2021-12-06 21:08:41 +00:00
|
|
|
# This profile optimizes for runtime performance and small binary size at the expense of longer
|
|
|
|
# build times. It's most suitable for final release builds.
|
2020-03-27 20:39:22 +00:00
|
|
|
[profile.release]
|
2021-11-10 14:47:18 +00:00
|
|
|
codegen-units = 1
|
2020-03-27 20:39:22 +00:00
|
|
|
debug = true
|
2021-11-10 14:47:18 +00:00
|
|
|
lto = "thin"
|
2020-03-27 20:39:22 +00:00
|
|
|
|
2020-12-04 14:48:19 +00:00
|
|
|
[profile.bench]
|
|
|
|
debug = true
|
2021-12-06 16:47:52 +00:00
|
|
|
|
2021-12-06 21:08:41 +00:00
|
|
|
# This profile optimizes for short build times at the expense of larger binary size and slower
|
|
|
|
# runtime performance. It's most suitable for development iterations.
|
2021-12-06 16:47:52 +00:00
|
|
|
[profile.quick-release]
|
|
|
|
inherits = "release"
|
|
|
|
codegen-units = 16
|
|
|
|
lto = false
|
2021-12-08 14:51:27 +00:00
|
|
|
incremental = true
|