<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Are non-clustered columnstore indexes supported for MS-SQL Server source? in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Are-non-clustered-columnstore-indexes-supported-for-MS-SQL/m-p/2544317#M15984</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just an update. I tested this by creating a dummy table, populating it, and adding a non-clustered columnstore index. Next, I created a full load + CDC task and ran it. I created a change in the source database and the result was that the table was suspended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table 'sandbox'.'SalesOrders' (subtask 0 thread 0) is suspended.&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Table 'sandbox.SalesOrders' is not uniformly mapped across partitions. Therefore - it is excluded from CDC&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This leads me to conclude that non-clustered columnstore indexes are also not supported.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2026 02:54:41 GMT</pubDate>
    <dc:creator>MoeE</dc:creator>
    <dc:date>2026-03-09T02:54:41Z</dc:date>
    <item>
      <title>Are non-clustered columnstore indexes supported for MS-SQL Server source?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Are-non-clustered-columnstore-indexes-supported-for-MS-SQL/m-p/2544314#M15982</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is a &lt;A href="https://help.qlik.com/en-US/replicate/November2025/Content/Global_Common/Content/SharedReplicateHDD/SQLServer-Source/limitations_source_SQLServerDB.htm" target="_self"&gt;SQL Server source limitation&lt;/A&gt; stating that columnstore indexes are not supported. I'm aware that only Full Load is supported for these tables, and CDC is not possible.&lt;/P&gt;&lt;P&gt;I found this &lt;A href="https://learn.microsoft.com/en-us/sql/t-sql/statements/create-columnstore-index-transact-sql?view=sql-server-ver15" target="_self"&gt;Microsoft documentation&lt;/A&gt; regarding columnstore indexes and replication that&amp;nbsp;&amp;nbsp;states, "&lt;EM&gt;Replication with clustered columnstore indexes. &lt;STRONG&gt;&lt;U&gt;Nonclustered columnstore indexes are supported&lt;/U&gt;&lt;/STRONG&gt;"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It was not explicitly mentioned in the Qlik Replicate limitations whether or not &lt;STRONG&gt;non-clustered&lt;/STRONG&gt; columnstore indexes are supported or not.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Does this mean all columnstore indexes are not supported?&lt;/LI&gt;&lt;LI&gt;Are non-clustered columnstore indexes supported for CDC?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 02:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Are-non-clustered-columnstore-indexes-supported-for-MS-SQL/m-p/2544314#M15982</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2026-03-09T02:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Are non-clustered columnstore indexes supported for MS-SQL Server source?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Are-non-clustered-columnstore-indexes-supported-for-MS-SQL/m-p/2544317#M15984</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just an update. I tested this by creating a dummy table, populating it, and adding a non-clustered columnstore index. Next, I created a full load + CDC task and ran it. I created a change in the source database and the result was that the table was suspended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table 'sandbox'.'SalesOrders' (subtask 0 thread 0) is suspended.&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Table 'sandbox.SalesOrders' is not uniformly mapped across partitions. Therefore - it is excluded from CDC&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This leads me to conclude that non-clustered columnstore indexes are also not supported.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 02:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Are-non-clustered-columnstore-indexes-supported-for-MS-SQL/m-p/2544317#M15984</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2026-03-09T02:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Are non-clustered columnstore indexes supported for MS-SQL Server source?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Are-non-clustered-columnstore-indexes-supported-for-MS-SQL/m-p/2544321#M15985</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Clustered columnstore indexes are not supported by either MS-REPLICATION or MS-CDC.&lt;/P&gt;
&lt;P&gt;For nonclustered columnstore indexes, MS-CDC should work as expected. However, if you plan to use MS-REPLICATION, the table must also have a primary key defined.&lt;/P&gt;
&lt;P&gt;Could you share the exact steps you reproduce the error?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 05:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Are-non-clustered-columnstore-indexes-supported-for-MS-SQL/m-p/2544321#M15985</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-03-09T05:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Are non-clustered columnstore indexes supported for MS-SQL Server source?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Are-non-clustered-columnstore-indexes-supported-for-MS-SQL/m-p/2544394#M15998</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response I appreciate it. I did this in a SQL -&amp;gt; SQL job using MS-Replication, not MS-CDC. This was my create table statement:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CREATE TABLE sandbox.SalesOrders
(
    OrderID INT IDENTITY(1,1) PRIMARY KEY,
    CustomerID INT,
    ProductID INT,
    Quantity INT,
    Price DECIMAL(10,2),
    OrderDate DATE
);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was my data population statement:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;INSERT INTO sandbox.SalesOrders (CustomerID, ProductID, Quantity, Price, OrderDate)
VALUES
(101, 2001, 2, 19.99, '2024-01-01'),
(102, 2002, 1, 49.99, '2024-01-02'),
(101, 2003, 5, 9.99,  '2024-01-03'),
(103, 2001, 3, 19.99, '2024-01-04'),
(104, 2004, 2, 29.99, '2024-01-05'),
(105, 2002, 1, 49.99, '2024-01-06');&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Statement to add a non-clustered columnstore index:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CREATE NONCLUSTERED COLUMNSTORE INDEX NCCI_SalesOrders
ON sandbox.SalesOrders (CustomerID, ProductID, Quantity, Price, OrderDate);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, I ran a Qlik Replicate my SQL to SQL task in Full Load, Store Changes, and CDC mode. I changed the price of one of the rows on the source table. This caused the table to be suspended. I've attached the log file and task export. I'm using Qlik Replicate Nov 2023.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 00:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Are-non-clustered-columnstore-indexes-supported-for-MS-SQL/m-p/2544394#M15998</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2026-03-10T00:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Are non-clustered columnstore indexes supported for MS-SQL Server source?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Are-non-clustered-columnstore-indexes-supported-for-MS-SQL/m-p/2544639#M16009</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;You warning message is about partition:&lt;BR /&gt;&lt;BR /&gt;[SOURCE_CAPTURE ]W: Table 'sandbox.SalesOrders' is not uniformly mapped across partitions. Therefore - it is excluded from CDC&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please refer to the following article for more details:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-SQL-Server-non-uniformly-mapped-partitions/ta-p/2076473" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-SQL-Server-non-uniformly-mapped-partitions/ta-p/2076473&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Additionally, I ran the same script in my environment and did not encounter the issue. My Qlik Replicate version is &lt;STRONG&gt;v2025.11.0.285&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CREATE TABLE dbo.SalesOrders&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;OrderID INT IDENTITY(1,1) PRIMARY KEY,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CustomerID INT,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ProductID INT,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Quantity INT,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Price DECIMAL(10,2),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;OrderDate DATE&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;INSERT INTO dbo.SalesOrders (CustomerID, ProductID, Quantity, Price, OrderDate)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;VALUES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(101, 2001, 2, 19.99, '2024-01-01'),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(102, 2002, 1, 49.99, '2024-01-02'),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(101, 2003, 5, 9.99, '2024-01-03'),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(103, 2001, 3, 19.99, '2024-01-04'),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(104, 2004, 2, 29.99, '2024-01-05'),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(105, 2002, 1, 49.99, '2024-01-06');&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;CREATE NONCLUSTERED COLUMNSTORE INDEX NCCI_SalesOrders&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ON dbo.SalesOrders (CustomerID, ProductID, Quantity, Price, OrderDate);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;-- Then I started task (full load + CDC)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;update dbo.SalesOrders set price=88.99 where CustomerID=101;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;-- My task captured 2 change events&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 07:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Are-non-clustered-columnstore-indexes-supported-for-MS-SQL/m-p/2544639#M16009</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-03-12T07:02:19Z</dc:date>
    </item>
  </channel>
</rss>

