-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathpage-index.js
More file actions
768 lines (768 loc) Β· 24.5 KB
/
page-index.js
File metadata and controls
768 lines (768 loc) Β· 24.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
module.exports = [
{
title: "Use Tiger Data products",
href: "use-timescale",
defaultOpen: true,
filePath: "index.md",
pageComponents: ["content-list"],
excerpt:
"How to connect to Tiger, administer, and configure the database.",
children: [
{
title: "Hypertables",
href: "hypertables",
children: [
{
title: "Optimize time-series data in hypertables",
href: "hypertable-crud",
excerpt: "Create hypertables",
},
{
title: "Improve hypertable and query performance",
href: "improve-query-performance",
excerpt: "Tune hypertables to increase performance",
},
{
title: "Enforce constraints with unique indexes",
href: "hypertables-and-unique-indexes",
excerpt: "Create hypertables with unique indexes",
},
{
title: "Troubleshoot hypertables",
href: "troubleshooting",
type: "placeholder",
excerpt: "Troubleshooting and error fixes for hypertables",
},
],
},
{
title: "Hypercore",
href: "hypercore",
excerpt:
"Seamlessly switch between row-oriented and column-oriented storage",
children: [
{
title: "Optimize your data for real-time analytics",
href: "real-time-analytics-in-hypercore",
excerpt: "Automate",
},
{
title: "Improve query and upsert performance",
href: "secondary-indexes",
excerpt: "Automate",
},
{
title: "Compression methods in hypercore",
href: "compression-methods",
excerpt: "Learn about the different compression methods",
},
{
title: "Troubleshoot hypercore",
href: "troubleshooting",
type: "placeholder",
},
],
},
{
title: "Continuous aggregates",
href: "continuous-aggregates",
children: [
{
title: "About continuous aggregates",
href: "about-continuous-aggregates",
excerpt: "About continuous aggregates",
},
{
title: "Create a continuous aggregate",
href: "create-a-continuous-aggregate",
excerpt: "Create continuous aggregates",
},
{
title: "Hierarchical continuous aggregates",
href: "hierarchical-continuous-aggregates",
},
{
title: "Refresh continuous aggregates",
href: "refresh-policies",
excerpt: "Manage refresh policies for continuous aggregates",
},
{
title: "Create an index on a continuous aggregate",
href: "create-index",
excerpt:
"Manage automatic index creation and manually create additional indexes",
},
{
title: "Time and continuous aggregates",
href: "time",
excerpt: "Manage time in continuous aggregates",
},
{
title: "Drop data from continuous aggregates",
href: "drop-data",
excerpt: "Drop data from continuous aggregates",
},
{
title: "Manage materialized hypertables",
href: "materialized-hypertables",
excerpt: "Manage materialized hypertables in continuous aggregates",
},
{
title: "Real-time aggregates",
href: "real-time-aggregates",
excerpt: "Manage real time aggregates in continuous aggregates",
},
{
title: "Convert continuous aggregates to the columnstore",
href: "compression-on-continuous-aggregates",
excerpt: "Compress continuous aggregates",
},
{
title: "Migrate a continuous aggregate to the new form",
href: "migrate",
excerpt:
"Migrate old continuous aggregates to the new form introduced in TimescaleDB 2.7",
},
{
title: "Troubleshoot continuous aggregates",
href: "troubleshooting",
type: "placeholder",
excerpt: "Troubleshoot continuous aggregates",
},
],
},
{
title: "Tiger Cloud services",
href: "services",
excerpt: "About Tiger Cloud services",
children: [
{
title: "Services overview",
href: "service-overview",
excerpt: "Tiger Cloud services overview",
},
{
title: "Service explorer",
href: "service-explorer",
excerpt: "Tiger Cloud services explorer",
},
{
title: "Service management",
href: "service-management",
excerpt: "Tiger Cloud services operations",
},
{
title: "Manually change resources",
href: "change-resources",
excerpt: "Manually adjust your service resources",
},
{
title: "Connection pooling",
href: "connection-pooling",
excerpt: "Using a connection pool with your Tiger Cloud services",
},
{
title: "Troubleshooting Tiger Cloud services",
href: "troubleshooting",
type: "placeholder",
},
],
},
{
title: "Write data",
href: "write-data",
children: [
{
title: "About writing data",
href: "about-writing-data",
excerpt: "Write data into hypertables",
},
{
title: "Insert data",
href: "insert",
excerpt: "Insert data into hypertables",
},
{
title: "Update data",
href: "update",
excerpt: "Update data in hypertables",
},
{
title: "Upsert data",
href: "upsert",
excerpt: "Upsert data into hypertables",
},
{
title: "Delete data",
href: "delete",
excerpt: "Delete data from hypertables",
},
],
},
{
title: "Query data",
href: "query-data",
children: [
{
title: "About querying data",
href: "about-query-data",
excerpt: "Learn how to query data in Tiger",
},
{
title: "SELECT data",
href: "select",
excerpt: "Select data in hypertables",
},
{
title: "Perform DISTINCT queries with SkipScan",
href: "skipscan",
excerpt: "Make DISTINCT queries faster with SkipScan",
},
{
title: "Perform advanced analytic queries",
href: "advanced-analytic-queries",
excerpt: "Use advanced analytics queries",
},
{
title: "Troubleshooting",
href: "troubleshooting",
type: "placeholder",
},
],
},
{
title: "Time buckets",
href: "time-buckets",
excerpt: "Aggregate data by time interval with time buckets",
children: [
{
title: "About time buckets",
href: "about-time-buckets",
excerpt: "Learn how time buckets work in TimescaleDB.",
},
{
title: "Use time buckets to group time-series data",
href: "use-time-buckets",
excerpt:
"How to group time series data with the time_bucket function.",
},
{
title: "Troubleshoot problems with time buckets",
href: "troubleshooting",
type: "placeholder",
},
],
},
{
title: "Schema management",
href: "schema-management",
children: [
{
title: "About schemas",
href: "about-schemas",
excerpt: "About hypertable schemas",
},
{
title: "About indexing",
href: "about-indexing",
excerpt: "About schema indexes",
},
{
title: "Indexing data",
href: "indexing",
excerpt: "Create an index on a hypertable",
},
{
title: "About tablespaces",
href: "about-tablespaces",
excerpt: "About schema tablespaces",
},
{
title: "About constraints",
href: "about-constraints",
excerpt: "About schema constraints",
},
{
title: "Alter hypertables",
href: "alter",
excerpt: "Change the schema of a hypertable",
},
{
title: "Triggers",
href: "triggers",
excerpt: "Create triggers on a hypertable",
},
{
title: "JSON",
href: "json",
excerpt: "Using JSON data types in a hypertable",
},
{
title: "Foreign data wrappers",
href: "foreign-data-wrappers",
},
{
title: "Troubleshoot schema management",
href: "troubleshooting",
type: "placeholder",
},
],
},
{
title: "Configuration",
href: "configuration",
excerpt: "Configure your Tiger Cloud service",
children: [
{
title: "About Configuration",
href: "about-configuration",
excerpt:
"Overview of configuration options and methods for Postgres and Tiger Cloud",
},
{
title: "Customize configuration",
href: "customize-configuration",
excerpt: "Customize your Tiger Cloud database configuration",
},
{
title: "Advanced parameters",
href: "advanced-parameters",
excerpt:
"Configure advanced database parameters for your Tiger Cloud service",
},
{
title: "Troubleshooting",
href: "troubleshooting",
type: "placeholder",
},
],
},
{
title: "Alerting",
href: "alerting",
excerpt: "Configure alerting in Tiger Cloud",
},
{
title: "Data retention",
href: "data-retention",
excerpt: "Drop data by time value either automatically or manually",
children: [
{
title: "About data retention",
href: "about-data-retention",
excerpt: "Learn about data retention in TimescaleDB",
},
{
title: "About data retention with continuous aggregates",
href: "data-retention-with-continuous-aggregates",
excerpt: "Using data retention policies with continuous aggregates",
},
{
title: "Create a retention policy",
href: "create-a-retention-policy",
excerpt: "Create a data retention policy",
},
{
title: "Manually drop chunks",
href: "manually-drop-chunks",
excerpt: "Manually drop chunks",
},
{
title: "Troubleshooting data retention",
href: "troubleshooting",
type: "placeholder",
excerpt: "Troubleshoot data retention",
},
],
},
{
title: "Storage",
href: "data-tiering",
excerpt:
"Save on storage costs by tiering older data to a low-cost bottomless object storage tier",
children: [
{
title: "About storage tiers",
href: "about-data-tiering",
excerpt:
"Learn how the object storage tier helps you save on storage costs",
},
{
title: "Manage tiering",
href: "enabling-data-tiering",
excerpt: "How to enable the object storage tier",
},
{
title: "Querying tiered data",
href: "querying-tiered-data",
excerpt: "How to query tiered data",
},
{
title: "Replicas and forks with tiered data",
href: "tiered-data-replicas-forks",
excerpt: "How tiered data works on replicas and forks",
},
{
title: "Troubleshooting",
href: "troubleshooting",
type: "placeholder",
},
],
},
{
title: "Hyperfunctions",
href: "hyperfunctions",
pageComponents: ["featured-cards"],
featuredChildren: [
"/use-timescale/:currentVersion:/hyperfunctions/function-pipelines",
"/use-timescale/:currentVersion:/hyperfunctions/approx-count-distincts",
"/use-timescale/:currentVersion:/hyperfunctions/stats-aggs",
"/use-timescale/:currentVersion:/hyperfunctions/gapfilling-interpolation",
"/use-timescale/:currentVersion:/hyperfunctions/percentile-approx",
"/use-timescale/:currentVersion:/hyperfunctions/counter-aggregation",
"/use-timescale/:currentVersion:/hyperfunctions/time-weighted-averages",
],
children: [
{
title: "About hyperfunctions",
href: "about-hyperfunctions",
excerpt:
"Learn about TimescaleDB hyperfunctions for additional analysis",
},
{
title: "Function pipelines",
href: "function-pipelines",
excerpt:
"Use functional programming to simplify complex SQL queries",
},
{
title: "Approximate count distincts",
href: "approx-count-distincts",
type: "directory",
excerpt: "Count the number of unique values in a dataset",
children: [
{
title: "Hyperloglog",
href: "hyperloglog",
tags: ["hyperfunctions", "toolkit", "query", "timescaledb"],
excerpt: "Learn about the hyperloglog hyperfunction",
},
],
},
{
title: "Statistical aggregates",
href: "stats-aggs",
excerpt:
"Calculate descriptive statistics and models, including averages, standard deviation, linear regression, and more",
},
{
title: "Gapfilling and interpolation",
href: "gapfilling-interpolation",
type: "directory",
excerpt: "Fill in data collected at irregular time intervals",
children: [
{
title: "Time bucket gapfill",
href: "time-bucket-gapfill",
excerpt:
"Learn about the time bucket gapfillling hyperfunction",
},
{
title: "Last observation carried forward",
href: "locf",
excerpt: "Learn about the locf hyperfunction",
},
],
},
{
title: "Percentile approximation",
href: "percentile-approx",
type: "directory",
excerpt: "Calculate percentiles",
children: [
{
title: "Approximate percentile",
href: "approximate-percentile",
excerpt: "Learn about the approximate percentile hyperfunction",
},
{
title: "Advanced aggregation methods",
href: "advanced-agg",
excerpt:
"Learn about advanced aggregation methods for hyperfunctions",
},
],
},
{
title: "Counter aggregation",
href: "counter-aggregation",
excerpt: "Calculate statistics from gauges and counters",
},
{
title: "Time-weighted averages",
href: "time-weighted-averages",
type: "directory",
excerpt: "Calculate time-weighted averages",
children: [
{
title: "Time-weighted averages",
href: "time-weighted-average",
excerpt: "Learn about the time-weighted averages hyperfunction",
},
],
},
{
title: "Heartbeat aggregation",
href: "heartbeat-agg",
excerpt:
"Build a model of system health from a series of health check timestamps",
},
{
title: "Troubleshoot hyperfunctions",
href: "troubleshooting",
type: "placeholder",
},
],
},
{
title: "Metrics and logging",
href: "metrics-logging",
excerpt: "Tiger Cloud metrics and logging",
children: [
{
title: "Monitor Tiger Cloud services",
href: "monitoring",
excerpt: "Tiger Cloud service monitoring",
},
{
title: "Export to Amazon Cloudwatch",
href: "aws-cloudwatch",
excerpt: "Export telemetry data to Amazon Cloudwatch",
},
{
title: "Export to Datadog",
href: "datadog",
excerpt: "Export telemetry data to Datadog",
},
{
title: "Export to Prometheus",
href: "metrics-to-prometheus",
excerpt: "Export telemetry data to Prometheus",
},
],
},
{
title: "High availability and read scaling",
href: "ha-replicas",
excerpt: "Tiger Cloud high availability and read scaling",
children: [
{
title: "Manage high availability",
href: "high-availability",
excerpt: "Set up HA replicas on Tiger Cloud for high availability",
},
{
title: "Read scaling",
href: "read-scaling",
excerpt: "Understand how read scaling works in Tiger",
},
],
},
{
title: "Maintenance and upgrades",
href: "upgrades",
excerpt: "Keep your Tiger Cloud service up-to-date",
},
{
title: "Tiger Cloud Postgres extensions",
href: "extensions",
excerpt: "The Postgres extensions installed in each Tiger Cloud service",
children: [
{
title: "Optimize full text search with BM25",
href: "pg-textsearch",
excerpt: "Set up and optimize BM25-based full-text search for efficient ranked text searching",
},
{
title: "Create a chatbot using pgvector",
href: "pgvector",
excerpt: "Using the pgvector Postgres extension",
},
{
title: "Encrypt data using pgcrypto",
href: "pgcrypto",
excerpt: "Using the pgcrypto Postgres extension",
},
{
title: "Analyse geospatial data using postgis",
href: "postgis",
excerpt: "Using the postgis Postgres extension",
},
],
},
{
title: "Back up and recover services",
href: "backup-restore",
},
{
title: "Fork services",
href: "fork-services",
},
{
title: "Jobs",
href: "jobs",
children: [
{
title: "Create and manage jobs",
href: "create-and-manage-jobs",
excerpt: "Create, test, alter, and delete jobs",
},
{
title: "Use a job for generic retention",
href: "example-generic-retention",
excerpt: "A job example for a retention policy",
},
{
title: "Use a job for tablespace management",
href: "example-tiered-storage",
excerpt:
"A job example for automatically moving chunks between tablespaces",
},
{
title: "Use a job for downsampling and compression",
href: "example-downsample-and-compress",
excerpt: "A job example for downsampling and compressing data",
},
{
title: "Troubleshooting",
href: "troubleshooting",
type: "placeholder",
},
],
},
{
title: "Security",
href: "security",
excerpt: "Learn how your Tiger Cloud instance is secured",
children: [
{
title: "Security overview",
href: "overview",
excerpt: "Get an overview of Tiger Cloud security",
},
{
title: "Control user access to projects",
href: "members",
excerpt: "Project and user role management in Tiger Cloud",
},
{
title: "Manage data security in your service",
href: "read-only-role",
excerpt: "Restrict access to your data with roles",
},
{
title: "SAML authentication",
href: "saml",
excerpt: "SAML / SSO authentication for your Tiger Cloud account",
},
{
title: "Multi-factor authentication",
href: "multi-factor-authentication",
excerpt: "Multi-factor authentication for your Tiger Cloud account",
},
{
title: "Client credentials",
href: "client-credentials",
excerpt:
"Client credentials to programmatically access your Tiger Cloud account",
},
{
title: "Connect with a stricter SSL mode",
href: "strict-ssl",
excerpt:
"Connect to Tiger Cloud with a stricter SSL mode of verify-ca or verify-full",
},
{
title: "Connect securely from any cloud",
href: "transit-gateway",
excerpt:
"Peer your Tiger Cloud service with AWS Transit Gateway",
},
{
title: "VPC peering and AWS PrivateLink",
href: "vpc",
excerpt:
"Secure your Tiger Cloud services with VPC peering and AWS PrivateLink",
},
{
title: "IP allow list",
href: "ip-allow-list",
excerpt:
"Create a list of IP addresses that can access your services",
},
],
},
{
title: "Limitations",
href: "limitations",
excerpt: "Current limitations of Tiger Data product features",
},
{
title: "Integrate data lakes with Tiger Cloud",
href: "tigerlake",
excerpt: "Unifies the Tiger Cloud operational architecture with the data lake (S3 + Iceberg) architectures",
},
{
title: "Troubleshoot Tiger Data products",
href: "troubleshoot-timescaledb",
excerpt: "Troubleshooting Tiger Cloud and TimescaleDB",
},
{
title: "Compression (Old API, replaced by hypercore)",
href: "compression",
children: [
{
title: "About compression",
href: "about-compression",
excerpt: "Learn about how compression works",
},
{
title: "Compression design",
href: "compression-design",
excerpt: "How compression is designed in TimescaleDB",
},
{
title: "Enable a compression policy",
href: "compression-policy",
excerpt: "Create a compression policy on a hypertable",
},
{
title: "Manual compression",
href: "manual-compression",
excerpt: "Compress data chunks",
},
{
title: "Compress continuous aggregates",
href: "compression-on-continuous-aggregates",
excerpt: "Compress continuous aggregates",
},
{
title: "Modify compressed data",
href: "modify-compressed-data",
excerpt: "Insert and modify data in compressed chunks",
},
{
title: "Decompress chunks",
href: "decompress-chunks",
excerpt: "Decompress data chunks",
},
{
title: "Modify a schema",
href: "modify-a-schema",
excerpt: "Change the data schema in compressed chunks",
},
],
},
],
},
];