我可以在奥斯陆运行时创建动态类吗?
例如,我是否能够创建一个允许用户在运行时创建和修改现有类型的应用程序? 我是否能够在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那将是真棒!
在演示中,他们创建新范围,然后创建具有旧名称的(可更新)视图。
但我还没有听说过可以自动将现有数据合并到新结构中的功能。 目前,他们建议使用 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.