Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

On this page

Show all

Help Center/ GeminiDB/ GeminiDB Influx API/ FAQs/ Product Consulting/ How Do I Use GeminiDB Influx Hints?

How Do I Use GeminiDB Influx Hints?

Updated on 2023-11-21 GMT+08:00

GeminiDB Influx supports hints, improving query performance. Hints can be used only when you need to specify a value for each tag in a query statement. To use hints, add /*+ full_series */ before an SQL statement.

For example:

A common query statement is as follows:

 select value from cpu where server_id=1;

If a hint is used, the corresponding syntax is:

 select /*+ full_series */ value from cpu where server_id=1;
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback