This is an automated email from the ASF dual-hosted git repository. techdocsmith pushed a commit to branch techdocsmith-patch in repository https://gitbox.apache.org/repos/asf/druid.git
commit a763e9eafe917fab1b490ffa9d5689eeb7319971 Author: Charles Smith <[email protected]> AuthorDate: Wed Mar 1 12:33:59 2023 -0800 Update index.md --- docs/design/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design/index.md b/docs/design/index.md index e07377398b..17b05d4c77 100644 --- a/docs/design/index.md +++ b/docs/design/index.md @@ -87,9 +87,9 @@ Situations where you would likely _not_ want to use Druid include: background batch jobs. - You are building an offline reporting system where query latency is not very important. - You want to do "big" joins, meaning joining one big fact table to another big fact table, and you are okay with these queries -taking a long time to complete. +taking a long time to complete. -test ## Learn more - Try the Druid [Quickstart](../tutorials/index.md). - Learn more about Druid components in [Design](../design/architecture.md). -- Read about new features and other details of [Druid Releases](https://github.com/apache/druid/releases). \ No newline at end of file +- Read about new features and other details of [Druid Releases](https://github.com/apache/druid/releases). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
