我可以在奥斯陆运行时创建动态类吗?

发布于 2024-07-12 00:17:52 字数 160 浏览 6 评论 0原文

例如,我是否能够创建一个允许用户在运行时创建和修改现有类型的应用程序? 我是否能够在 SQL 中持久保存这些类型的实例,而不必担心添加 100,000 条记录并期望对其进行(真正)快速查询的用户?

想想 SharePoint 内容类型...但要加强。 奥斯陆类固醇 - 可能吗?

For instance, will I be able to create an application that allows users to create and modify existing types at runtime? Will I be able to persist instances of those types in SQL without having to worry about the user who adds 100,000 records and expects a (really) fast query on them?

Think SharePoint Content Types... but on steroids. Oslo steroids - Possible or not?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

零度° 2024-07-19 00:17:53

那将是真棒!

在演示中,他们创建新范围,然后创建具有旧名称的(可更新)视图。

但我还没有听说过可以自动将现有数据合并到新结构中的功能。 目前,他们建议使用 SQL Server Integration Services 来完成该部分 - 但这是一个数据库管理任务。

关于性能,MSchema编译成SQL语句后,都是普通的SQL Server性能。

That would be awesome!

In the demos, they create the new extent, and then a (updatable) view with the old name.

But I haven't heard about a feature that would automatically merge existing data into the new structure, though. For now, they suggest using SQL Server Integration Services for that part - but then it's a DB-Admin task.

Regarding performance, after MSchema is compiled to SQL statements, it's all plain SQL Server performance.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文