Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Ivan_Dulnyavka
Ivan_Dulnyavka
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ivan_Dulnyavka
Customize the badges you want to showcase on your profile
DataService - offline data / incremental load - Adobe LiveCycle 22-10-2013
Hello,We're working on a mobile app with offline mode, and got a few questions to cover in order to design the best solution.1. When we enabled offline caching for DataService with approach including setting DataService.cacheID peroperty, it worked, but it was way too slow. It seems that saving cached data into local SQLite DB is too slow on iPad. Example: online data (no caching): 1000 objects loaded in 2 secs (incuding DB call and ADEP processing); offline data (w/ caching): 1000 objects loade...

Views

2.1K

Likes

0

Replies

0
Re: LCDS 2.5 - Dataservice is very slow - Adobe LiveCycle 22-10-2013
A few things to check:1. what is a query execution time on DB side?2. do you have a class definition on destination level?3. does the class (if defined) match properties to result set?All these may greatly affect the resulting performance.

Views

109

Likes

0

Replies

0