Amazon SimpleDB:定义 auto_increment
我正在尝试在我的域中的属性的属性处定义 auto_increment 。
但我在任何地方都做不到。这可能吗?如果可以的话,我可以在哪里查看如何操作?
I am trying to define auto_increment at properties of an attribute in my domain.
But I couldn't do it anywhere. Is that possible? If so, where can I check how to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须编写自己的自动增量功能。查看条件放置。如果您希望构建唯一标识符而不是计数器,请记住 UUID,因为它们比不必要地访问数据库更容易、更高效。
You'll have to code your own auto increment feature. Take a look at conditional puts. If you're looking to build a unique identifier rather than a counter, keep UUIDs in mind as they're much easier and more efficient than hitting the database unnecessarily.
下面的示例显示,您可以自动递增属性名称,其中值大于 1024,即要上传。
An below example shows you can auto increment the attribute names where value is greater then 1024, that is to be uploaded.