Questions tagged [adx]

ADX is the name of Intel's arbitrary-precision arithmetic instruction set for the x86 architecture. Questions about azure data explorer should NOT use this tag; the [azure-data-explorer] tag should be used instead.

Intel ADX (Multi-Precision Add-Carry Instruction Extensions) is Intel's arbitrary-precision arithmetic extension to the x86 instruction set architecture (ISA). Intel ADX was first supported in the Broadwell micro-architecture

The instruction set extension contains just two new instructions, though MULX from BMI2 is also considered as a part of the large integer arithmetic support

Both instructions are more efficient variants of the existing ADC instruction, with the difference that each of the two new instructions affects only one flag, where ADC as a signed addition may set both overflow and carry flags, and as an old-style x86 instruction also reset the rest of the CPU flags. Having two versions affecting different flags means that two chains of additions with carry can be calculated in parallel.

Source: Wikipedia (Intel ADX)

83 questions
1
vote
0 answers

ADX on llvm-mca: Is its reciprocal throughput 1 or 0.5?

intel.com: Skylake Throughput (CPI) 0.5 But llvm-mca returns $ llvm-mca kkk -mcpu=skylake -timeline --timeline-max-iterations=10 --timeline-max-cycles=999 ... Timeline view: 0123456789 0123456789 0123456789 …
l4m2
  • 1,157
  • 5
  • 17
1
vote
1 answer

how to insert multiple rows using .set-or-append using KQL

I am trying to insert multiple rows using .set-or-append command in Kusto table. Will this command support multiple rows insertion?. If yes, how can i do that. I want to insert 2 machines data named "IQVIA","GENE_S" at once using this .set command.
1
vote
1 answer

How to check backfill property of materialized view after its creation in database?

I have created the materialized view in ADX with backfill property set . If I have to check the backfill property after its creation, How can I check it using the kusto command . Example : .create async ifnotexists materialized-view with…
Ayushi Gupta
  • 173
  • 1
  • 2
  • 13
1
vote
1 answer

Azure Data Explorer Unable to Move Extents/Ingestion Failure

I am ingesting data to ADX from Azure Data Factory using the built-in connector. I have many many pipelines and dataflows that successfully output to ADX without issue. Also, the data flow that is now causing me a problem was working perfectly until…
James Turner
  • 61
  • 2
  • 7
1
vote
1 answer

how to use ingestion inline write a Json into a table and not use the comma as a splitter in the Json

I want to write below value into table use ingestion inline. .ingest inline into table Purchases1 <| {"19node_0x0101010002":{"values":{"nodeValue":"11139","timestampTssReceived":"2022-07-20T09:13:18.4590000Z"}}},xxx,30 but the json will be split by…
Tarhone
  • 45
  • 5
1
vote
1 answer

Cannot insert Multiple values of same in ADF

I am trying to build a data pipeline that process order data in ADF.I have two payloads of Order received event and Order Update event which have customer ID and few other keys as my primary key.I'm trying to up-sert the record as my operation. When…
1
vote
0 answers

Azure Event hub to ADX logs ingestion

I am trying to ingest data from event hub to adx. Msgs are coming in event hub but on adx side I see ingesion failures. Error says - Details": BadRequest_NoRecordsOrWrongFormat: The input stream produced 0 bytes. This usually means that the input…
avani jain
  • 99
  • 1
  • 8
1
vote
1 answer

Paging on ADX table. how to skip the records in kusto query language

I want to implement paging on ADX table (kql) like offset, fetch next some rows only we generally do in SQL Server, but I am unable to skip/offset option in kusto query lang. is there any alternative to achieve paging on ADX table records. Please…
1
vote
1 answer

How to create a calculated column " Flag" using KQL

timestamp identifier EDD ward 2022-03-04T09:00:00Z ab1 2022-03-06T09:00:00Z h1 2022-03-04T11:45:00Z ab1 2022-03-07T09:00:00Z h1 2022-03-05T11:45:00Z ab1 2022-03-09T09:00:00Z h1 2022-03-06T11:45:00Z ab1 2022-03-09T09:00:00Z G1 2022-03-…
1
vote
0 answers

Strategy = Multiple confirmations for alert

I'm pretty much a beginner at coding but am trying to create an indicator with multiple confirmations and alerts but have come across a few issues. My strategy is to use adx crossunders ,higher volume at the cross , engulfing candles and pivot…
Champy4
  • 11
  • 2
1
vote
1 answer

conditional insert of record into table in azure KQL

I know that in ADX I can't update an existing row because it's an append-only system. I want to add a specific row with a condition: if there is no other row inside the table with the same values on certain columns. I came up with this logic but I…
Harel Yacovian
  • 137
  • 1
  • 11
1
vote
1 answer

Kusto stored function passing dynamic parameter from C# Azure Function

I'm trying to create an Azure Function that queries the adx database. In my function I have an object that I would like to pass to the stored function in adx as the parameter. In the function I'm using this in the in the code but getting an error…
1
vote
1 answer

Azure Data Explorer - Continuous data export using MI

We are testing usage of user assigned managed-identity in ADX for external table - [Microsoft documentation][1] However, continuous exports are failing due to error, not sure what configuration we are missing. Query execution has resulted in error…
ajmore
  • 59
  • 3
1
vote
0 answers

Refreshing ad manager ads on SPA (single page application)

If I have a SPA pages (single page application) So when the user go from one page to another , the page doesn't benign refreshed (while the URL is changing) If it was a regular html website , on every new page all the ads will benign queried and…
roiroi
  • 11
  • 1
1
vote
1 answer

How to monitor the usage of the ADX dashboard?

I created an Azure Data Explorer dashboard. How can I monitor its usage? Who is using it and when?
Uri Barash
  • 369
  • 1
  • 6