Sql server version of Photo Supreme
-
- Posts: 56
- Joined: 05 Jul 10 18:24
Sql server version of Photo Supreme
Is there a plan to make an sql server (or MySql, or just any other multi user database) version of Photo Supreme? The centralized sql server database was the main critera for me to buy IDImager and I do not want to work with local databases any more.
Re: Sql server version of Photo Supreme
This is currently not planned. If there is a large enough demand, I'll consider it.
Hert
[UPDATE Aug 14 2013; a SQLServer version of Photo Supreme will be released soon!]
Hert
[UPDATE Aug 14 2013; a SQLServer version of Photo Supreme will be released soon!]
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: Sql server version of Photo Supreme
My company has recently begun and initiative to start cataloging out photo and video files. Right now we are using Lightroom primarily because our in-house graphic artist uses Adobe's Creative Suite. We were disappointing in Lightroom's lack of multi-user support and would definitely consider using Photo Supreme if it gave us that ability. We do use Microsoft SQL Server but we also use MySQL for some applications. SQL Server would be the optimum solution for us but we could go either way.
I hope you find that there is a lot of support for this. Judging from some active conversations I've read on Lightroom blogs, it seems that there are many Lightroom users who would be happy to have multi-user capabilities. Perhaps this would be an opportunity for Photo Supreme to take some market share away from Lightroom.
I hope you find that there is a lot of support for this. Judging from some active conversations I've read on Lightroom blogs, it seems that there are many Lightroom users who would be happy to have multi-user capabilities. Perhaps this would be an opportunity for Photo Supreme to take some market share away from Lightroom.
Tom Stoddard
Re: Sql server version of Photo Supreme
+1.
As a temporary solution to enable multi-user viewing without locking, I'm thinking of creating a windows shell script, that would clone existing database, run PSU with it and, possibly, delete database on exit.
BTW, what command line parameters are supported by PSU?
Hert, anyways eventually you'll come to idea that you need a pro version of PSU. All of these complaints on the forum are caused by the lack of such perspective. PSU is NOT a completely different product to IDI, as you had said. PSU is a thousand times better product, which can serve as a foundation to a great PRO (more expensive) version. The multi-user access is just one of such examples.
Regards,
Dmitri
As a temporary solution to enable multi-user viewing without locking, I'm thinking of creating a windows shell script, that would clone existing database, run PSU with it and, possibly, delete database on exit.
BTW, what command line parameters are supported by PSU?
Hert, anyways eventually you'll come to idea that you need a pro version of PSU. All of these complaints on the forum are caused by the lack of such perspective. PSU is NOT a completely different product to IDI, as you had said. PSU is a thousand times better product, which can serve as a foundation to a great PRO (more expensive) version. The multi-user access is just one of such examples.
Regards,
Dmitri
Re: Sql server version of Photo Supreme
Hi Dmitri,Dmitri wrote:Hert, anyways eventually you'll come to idea that you need a pro version of PSU. All of these complaints on the forum are caused by the lack of such perspective. PSU is NOT a completely different product to IDI, as you had said. PSU is a thousand times better product, which can serve as a foundation to a great PRO (more expensive) version. The multi-user access is just one of such examples.
I hope Hert reads your post. You make a lot of sense (as always). The original stance that IDI and PSU would not be compared was shortsighted, as Hert himself later demonstrated by participating in the comparison thread. A professional version is an excellent idea, and I for one would be willing to pay double or more what is currently being charged for PSU.
George
Re: Sql server version of Photo Supreme
+1george wrote:Hi Dmitri,Dmitri wrote:Hert, anyways eventually you'll come to idea that you need a pro version of PSU. All of these complaints on the forum are caused by the lack of such perspective. PSU is NOT a completely different product to IDI, as you had said. PSU is a thousand times better product, which can serve as a foundation to a great PRO (more expensive) version. The multi-user access is just one of such examples.
I hope Hert reads your post. You make a lot of sense (as always). The original stance that IDI and PSU would not be compared was shortsighted, as Hert himself later demonstrated by participating in the comparison thread. A professional version is an excellent idea, and I for one would be willing to pay double or more what is currently being charged for PSU.
PSUServer 2024.x, PostgreSQL 12.x
My homepage http://www.michaelweidner.com
My homepage http://www.michaelweidner.com
Re: Sql server version of Photo Supreme
We would absolutely love to see a multi-user version.
See my other post of our company's situation:
http://forum.idimager.com/viewtopic.php?f=2&t=21842
See my other post of our company's situation:
http://forum.idimager.com/viewtopic.php?f=2&t=21842
Re: Sql server version of Photo Supreme
MSSQL is not only good for multiuser access. The other aspect is stability and safety of data. During 2 weeks of testing, my thumbs databases has been corrupt a few times, then now my main database is said to be malformed when updating search indexes and so on... During five years using of MSSQL I didn't have a single failure.
SQLite is a very good technology, but it's very easy to break: the database backend and application itself are in one, so when PSU hangs during database operation, there's a good chance of corrupting a database. And PSU hangs quite so often on me, whereas having MSSQL to fail is a real rarity.
You'd say use a daily backups - sure, that's fine, but the problem is that I can't immediately see when the corruption took place. For example, the corruption could have crept in, but I would detect it only a month later, so then to repair a fault, I would either have to redo the month's work or try to merge the changes from the corrupt DB, which is not very easy to do either.
The measures I could take to make the situation not so freaky is probably to compact the DB daily, because during compacting the faults of the database are almost always seen. Maybe you have any other thoughts on this?
Do you understand my concern?
Dmitri
SQLite is a very good technology, but it's very easy to break: the database backend and application itself are in one, so when PSU hangs during database operation, there's a good chance of corrupting a database. And PSU hangs quite so often on me, whereas having MSSQL to fail is a real rarity.
You'd say use a daily backups - sure, that's fine, but the problem is that I can't immediately see when the corruption took place. For example, the corruption could have crept in, but I would detect it only a month later, so then to repair a fault, I would either have to redo the month's work or try to merge the changes from the corrupt DB, which is not very easy to do either.
The measures I could take to make the situation not so freaky is probably to compact the DB daily, because during compacting the faults of the database are almost always seen. Maybe you have any other thoughts on this?
Do you understand my concern?
Dmitri
Re: Sql server version of Photo Supreme
This is incorrect. There's only a chance of corrupting a SQLite database when there is a power failure *during* a write operation. Even that can be prevented by setting a higher security level, which I don't use because of the performance penalty. It can be set with a registry tweak though.dimaip wrote:so when PSU hangs during database operation, there's a good chance of corrupting a database.
Hert
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: Sql server version of Photo Supreme
Hert, sorry for my amatuer assumption, but how do you explain the fact that cases of SQLite database corruption are very common, while MSSQL databases almost never get corrupt? Just search this forum: there are tens of threads regarding SQLite database corruption, and none about MSSQL.
Regardless, what's your opinion regarding my last question:
Regardless, what's your opinion regarding my last question:
You'd say use a daily backups - sure, that's fine, but the problem is that I can't immediately see when the corruption took place. For example, the corruption could have crept in, but I would detect it only a month later, so then to repair a fault, I would either have to redo the month's work or try to merge the changes from the corrupt DB, which is not very easy to do either.
The measures I could take to make the situation not so freaky is probably to compact the DB daily, because during compacting the faults of the database are almost always seen. Maybe you have any other thoughts on this?
-
- Posts: 219
- Joined: 15 Jun 10 23:36
Re: Sql server version of Photo Supreme
Can I throw postgresql into the server mix for future consideration as a replacement for MSSQL. See http://www.postgresql.org for more info. postgresql is free, open source, has a huge developer following & user base, runs equally well on Windows AND MacOS X. As far as I know MSSQL wouldn't be a good fit for Apple PS users out there.
Re: Sql server version of Photo Supreme
Andrew, in the early days of IDI Hert had evaluated different DB backends, including mysql and postgre. I can't find the thread now, but as far as I can remember, only the performance of MSSQL and SQLite sufficed with the kind of operation that IDI needed. Maybe now it's time to reconsider...
Dmitri.
Dmitri.
Re: Sql server version of Photo Supreme
A SQLServer version of Photo Supreme will be released soon!
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
-
- Posts: 86
- Joined: 19 Jan 13 2:46
- Location: Brisbane, Australia
Re: Sql server version of Photo Supreme
YES ! Amen ! Hallelujah ! <add any other superlatives that seem fitting>.
+1 from me to the above discussion though I'm late to the party.
That is excellent news. The landscape seems very sparse with regard to genuine multi-user DAMs. I'm sure that a PRO version of PSU would receive very significant interest. I for one will be putting my hand up for it.
Any estimate of timing ? Weeks ? Months ?
Steve.
+1 from me to the above discussion though I'm late to the party.
That is excellent news. The landscape seems very sparse with regard to genuine multi-user DAMs. I'm sure that a PRO version of PSU would receive very significant interest. I for one will be putting my hand up for it.
Any estimate of timing ? Weeks ? Months ?
Steve.
Re: Sql server version of Photo Supreme
Certainly not months.Any estimate of timing ? Weeks ? Months ?
All PSU versions are "PRO" versions!I'm sure that a PRO version of PSU
Hert
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message