Skip to content

Commit e4b37ce

Browse files
authored
Merge pull request #46712 from halilozanakgul/patch-1
Remove Unnecessary 'both'
2 parents b982d5b + 6b5b85a commit e4b37ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/tutorial-design-database-hyperscale-realtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ In the preceding steps, you created Azure resources in a server group. If you do
226226

227227
## Next steps
228228

229-
In this tutorial, you learned how to provision a Hyperscale (Citus) server group. You connected to it with psql, created a schema, and distributed data. You learned to query data both in the raw form, regularly aggregate that data, query the aggregated tables, and expire old data.
229+
In this tutorial, you learned how to provision a Hyperscale (Citus) server group. You connected to it with psql, created a schema, and distributed data. You learned to query data in the raw form, regularly aggregate that data, query the aggregated tables, and expire old data.
230230

231231
Next, learn about the concepts of hyperscale.
232232
> [!div class="nextstepaction"]
233-
> [Hyperscale node types](https://aka.ms/hyperscale-concepts)
233+
> [Hyperscale node types](https://aka.ms/hyperscale-concepts)

0 commit comments

Comments
 (0)