小编Mar*_*mut的帖子

Table Partitions with Entity Framework Core

I have a large database that will use partitioned column-store tables in a redesign. Is it possible to specify the partition in the generated sql with Entity Framework Core 2.2?

This is for an Azure SQL hyperscale database with a table which currently contains about 3 billion rows. When using stored procedures to execute the requests performance is excellent but if the partition range is not specified in the query performance is less that optimal. I am hoping to move …

sql-server entity-framework-core

7
推荐指数
0
解决办法
1340
查看次数

标签 统计

entity-framework-core ×1

sql-server ×1