+1. 

As described in an earlier e-mail, disk based access to the mediapackage can 
easily be achieved by leveraging the archive or the power of workflow 
operations.

Tobias

On 04.10.2012, at 18:29, Christopher Brooks <[email protected]> wrote:

> I am also wondering if this is the best way forward.  If we use JPA to
> save it in the DB it becomes much more queriable, but if we don't need
> that power right now why introduce a lot more work?  Just changing a
> schema line makes for a quick fix while we deal with more pressing
> concerns.
> 
> Chris
> 
> On Thu, 4 Oct 2012 12:48:40 +0200
> Christoph Drießen <[email protected]> wrote:
> 
>> Why should we take the error prone path of decomposing the media
>> package if it is just an argument to workflow? Wouldn't it be better
>> to use a CBLOB type -- e.g. LONGTEXT in mysql is capable of storing
>> up to 4GB -- that can take an arbitrary amount of data and serialize
>> the media package as plain text like we're doing right now? No code
>> changes are necessary just a switch to a different data type in the
>> db.
>> 
>> Christoph
>> 
>> 
>> Am 03.10.2012 um 18:19 schrieb Christopher Brooks
>> <[email protected]>:
>> 
>>> Greg,
>>> 
>>>> Ok, fair enough.  What about using JPA to store the mediapackage as
>>>> objects in the DB?  This would prevent overflow from any column at,
>>>> perhaps, the cost of a hit on the DB and some serialization to/from
>>>> the XML itself.
>>> 
>>> Just to clarify, you are suggesting that the fields be decomposed by
>>> JPA and stored as individual columns in the table, and not that the
>>> Java object is serialized to binary and stored as a BLOB, right?
>>> 
>>> Chris
>>> 
>>> -- 
>>> Christopher Brooks, BSc, MSc
>>> ARIES Laboratory, University of Saskatchewan
>>> 
>>> Web: http://www.cs.usask.ca/~cab938
>>> Phone: 1.306.966.1442
>>> Mail: Advanced Research in Intelligent Educational Systems
>>> Laboratory Department of Computer Science
>>>    University of Saskatchewan
>>>    176 Thorvaldson Building
>>>    110 Science Place
>>>    Saskatoon, SK
>>>    S7N 5C9
>>> _______________________________________________
>>> Matterhorn mailing list
>>> [email protected]
>>> http://lists.opencastproject.org/mailman/listinfo/matterhorn
>>> 
>>> 
>>> To unsubscribe please email
>>> [email protected]
>>> _______________________________________________
>> 
>> _______________________________________________
>> Matterhorn mailing list
>> [email protected]
>> http://lists.opencastproject.org/mailman/listinfo/matterhorn
>> 
>> 
>> To unsubscribe please email
>> [email protected]
>> _______________________________________________
> 
> 
> 
> -- 
> Christopher Brooks, BSc, MSc
> ARIES Laboratory, University of Saskatchewan
> 
> Web: http://www.cs.usask.ca/~cab938
> Phone: 1.306.966.1442
> Mail: Advanced Research in Intelligent Educational Systems Laboratory
>     Department of Computer Science
>     University of Saskatchewan
>     176 Thorvaldson Building
>     110 Science Place
>     Saskatoon, SK
>     S7N 5C9
> _______________________________________________
> Matterhorn mailing list
> [email protected]
> http://lists.opencastproject.org/mailman/listinfo/matterhorn
> 
> 
> To unsubscribe please email
> [email protected]
> _______________________________________________
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn


To unsubscribe please email
[email protected]
_______________________________________________

Reply via email to