Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8548311
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:27:58+00:00 2026-06-11T13:27:58+00:00

Today I have finally managed to run client(windows mobile device) – wcf – sql

  • 0

Today I have finally managed to run client(windows mobile device) – wcf – sql server 2008 synchronization (after many problems, mostly for MS part)

I did test. For 24 000 records the average time for the snapshot takes about 1 minute 20 seconds. It is the time after I have downloaded the fix for Microsoft Sync for ADO.NET.

I have also discovered that after 50 seconds the database file finally starts to grow and it takes about 25 seconds.

What is the framework doing for the first 50 seconds? Loading and serializing data?

On some page, I found the article about surrogate serialization which can decrease the amount of data being transferred.

Do you know if the synchronization process might benefit from this? (I mean for MS Sync for Ado.net after hotfix?)

Is there anything I can do to speed up the process? In my opinion 1:24 for 24000 is twice too much…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T13:27:59+00:00Added an answer on June 11, 2026 at 1:27 pm

    There are two major issues with the synchronization framework for devices:

    1. it exchanges data via ADO.NET Datasets
    2. there is a lot of overhead involved on the client side to setup the client database for synchronization support on an “initial” synchronization.
    3. SQL CE is very slow when it comes to inserts.

    The hot fix you mentioned addresses #3 as best as it can, so there isn’t much else you can do there.

    number 2 is part of the synchronization framework, and there is nothing to be done about it i’m afraid.

    As for #1, this is where much of that 50 seconds (perhaps 30 or so?) is being used: when the client receives the dataset, it must de-serialize the entire stream (where the stream consists of extremely verbose XML) before processing can begin. For large datasets (10,000+ rows) this can take a long time, and can (and will eventually) even lead to Memory Crunch scenarios once available heap memory is maxed out.

    The serialization surrogate method you reference will substantially decrease the size of the response stream being exchanged (in my testing, it was almost 90% smaller in some cases). This will definitely improve response times somewhat, especially when the network connection throughput is limited. However, at the end of the day you can’t get around the fact that that stream must be de-serialized into a DataSet before client side processing can begin.

    All that to say: yes, the surrogate serialization method WILL decrease the amount of data being transferred, and you are likely to realize some improvement, but how much will depend on factors such as:

    • size of the dataset
    • amount of available device memory
    • device processor speed and availability

    Hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Today I have such graph. I run it on windows (source: narod.ru ) I
Today we have a windows application that, using an OCX, creates a web page
I have used try-catch/except-finally variants in many languages for years, today someone asked me
I was always wondering about this and today I have finally came to a
I have been stalking this great site for ages. Today I finally decided to
Today I have finally decided to start climbing R's steep learning curve. I have
Today I have had a problem with hiding text with text-indent: -9999px rule. I
Today i have a little problem containing a File Upload. First some Infos: Rubyversion:
Today I have this structure... tableA.id tableB.id tableB.tableAId (fk) tableC.id tableC.tableBId (fk) Is it
Today i have been interested in answers on this: where you create your work

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.