> On Aug. 4, 2014, 1:31 p.m., Kevin Sweeney wrote:
> > src/main/resources/org/apache/aurora/scheduler/storage/db/schema.sql, line 
> > 111
> > <https://reviews.apache.org/r/24243/diff/1/?file=650526#file650526line111>
> >
> >     Will the interface return RangeSet<Integer>? Maybe a more compact form 
> > could be used on disk as well.
> 
> Maxim Khutornenko wrote:
>     Most likely. I can't see a more compact way on the SQL side though (given 
> the existing H2 type set) without introducing more tables.
> 
> Bill Farner wrote:
>     Introducing more tables is indeed the trade-off that should be discussed. 
>  I suggested to Maxim that we start with ARRAY and fall back to relations if 
> we can't get it to work smoothly with mybatis.

Since they both have total orderings that fit our use case I can see sticking 
to unix timestamps for simplicity. ISO 8601 timestamps are easier to read on 
the wire than unix ones though, but this could be handled by a presentation 
layer.


- Kevin


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24243/#review49492
-----------------------------------------------------------


On Aug. 4, 2014, 1:28 p.m., Maxim Khutornenko wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/24243/
> -----------------------------------------------------------
> 
> (Updated Aug. 4, 2014, 1:28 p.m.)
> 
> 
> Review request for Aurora, David McLaughlin, Kevin Sweeney, and Bill Farner.
> 
> 
> Bugs: AURORA-612
>     https://issues.apache.org/jira/browse/AURORA-612
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> DB tables for the job update store. Sending out early to solicit feedback 
> before moving to mappers.
> 
> 
> Diffs
> -----
> 
>   src/main/resources/org/apache/aurora/scheduler/storage/db/schema.sql 
> 5358b45102f53eea97a1ca709ba9375daa91a3ef 
> 
> Diff: https://reviews.apache.org/r/24243/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Maxim Khutornenko
> 
>

Reply via email to