Page 1 of 1

Views in application database

PostPosted: Sun Aug 05, 2012 12:14 pm
by igor-jar
Hi Steve,
In my application database I found some views apparently created by xataface. The naming convention is the following:
dataface__view_[the name of an existing table]_[hexstring] where hexstring is something like 6f3526fd1c1878caa10d50e24efc1a86, 43dc1ef4541e5f44e46c2c0c55197702, etc.
May I delete these views?
Can this be the result of that I opened my application in two browsers tab and worked on different tables parallelly?
Thanks,
Igor

Re: Views in application database

PostPosted: Sun Aug 05, 2012 4:26 pm
by shannah
These are created by Xataface to improve performance on tables where you implemented the __sql__ directive in the fields.ini file. You can safely delete them, but they will just be recreated.

-Steve